arghbleargh | 11 years ago | on: Yo Raises $1.5M In Funding At A $10M Valuation
arghbleargh's comments
arghbleargh | 11 years ago | on: I am burning out
arghbleargh | 11 years ago | on: What every developer should know about testing – part 1
This means thinking of yourself as the user and optimizing for your needs (avoiding repetitive tasks, minimizing bugs in your project). It means sometimes creating interfaces for creating new tests, like how admin pages are nice interfaces for SQL queries. Conversely, it also means things like not writing overly fine-grained tests in the name of test coverage (this would be like if your admin page had two separate tools for "change user first name" and "change user last name").
arghbleargh | 11 years ago | on: Designers: Don't cover what I'm looking at
I have to agree though that modern designs, while slick, are often no more usable than designs from the 2000s. For example, take the point about vague icons near the end of the article. Even though you can often guess roughly what those icons do, that moment of uncertainty when you click them to see what happens creates a jarring user experience that could have been avoided with a few words of text.
A major contributing factor to this trend in design is obviously the emphasis on mobile devices (e.g. sometimes you have to use those small icons due to limited screen sizes). It annoys me that a lot of this mobile-driven design gets copied over to the desktop even when the same constraints no longer apply. Unfortunately, this is not completely without reason. To me, words like "refresh" are less ambiguous than circular arrows, but maybe to someone who grew up using only tablets and iphones, the circular arrow is more familiar.
arghbleargh | 11 years ago | on: Even faster integer multiplication
arghbleargh | 11 years ago
arghbleargh | 11 years ago | on: Reading Lamport, again
arghbleargh | 11 years ago | on: NodeBB: Node.js-based forum software
* The usernames do not appear next to the avatars in the posts, and generally users are identified by avatar rather than username. This is very confusing, especially since avatars can change, and it's hard to distinguish faces in images that small.
* Along the same lines, icons are used all over the place instead of text. I find this annoying, as the icons are not self-explanatory, and I have to hover over every little icon in order to understand what I can do. For example, I had no idea what the "topics" and "posts" icons meant before hovering. Similarly, there is no reason to use text in the navigation bar (add an icon next to the text if you must). To be fair, the icons have the advantage of taking up less space on mobile.
* The styling was a bit jarring to me, with the high contrast and lack of strong borders between elements. The whole purpose of going to a forum is to read a lot of text, so it makes sense to use more neutral background colors. Of course, this can be customized I'm sure, so this is more feedback on the demo site rather than the platform.
But overall the implementation seemed solid, and I can see this eventually becoming a nice BB platform.
Edit: this is all based on https://community.nodebb.org/.
arghbleargh | 11 years ago | on: A New Bike Lane That Could Save Lives and Make Cycling More Popular
arghbleargh | 11 years ago | on: Eating Lions, Wolves, and Goats Faster
Then have all the wolves eat goats until only one of the species is left, say 2k wolves. Then do k iterations of lion eat wolf and wolf eat goat.
arghbleargh | 12 years ago | on: The Great Unwatched
arghbleargh | 12 years ago | on: No Exit
arghbleargh | 12 years ago | on: Game Mechanic Explorer – examples for game mechanics, algorithms, and effects
arghbleargh | 12 years ago | on: Piketty, inequality and volatility: How can r exceed g?
One thing I don't understand about the r and g thing is how it makes sense to compare these two values at all. Isn't capital a measure of accumulated wealth, while GDP is a measure of wealth produced in a certain unit of time? For example, what if we just maintained a perfectly steady GDP that exceeded our consumption needs; wouldn't that yield a positive r and explain r > g? Does someone who read the book have a better understanding of exactly what these two numbers mean?
P.S. I find it implausible that Piketty would make such an elementary mistake as the arithmetic mean vs. geometric mean issue discussed in the article. But again someone who has actually read the book should weigh in.
arghbleargh | 12 years ago | on: “Don't fuck up the culture” – A letter to the Airbnb team
arghbleargh | 12 years ago | on: Julie Ann Horvath Describes Sexism and Intimidation Behind Her GitHub Exit
arghbleargh | 12 years ago | on: A message from Lawrence Lessig [video]
EDIT: More specifically, I am wondering why he's calling for the help of "technically enabled" people. What is the relevance of technology here?
arghbleargh | 12 years ago | on: Why you should move that button 3px to the left
arghbleargh | 12 years ago | on: Real-time Search as a Service
arghbleargh | 12 years ago | on: Kal – a clean JavaScript alternative without callbacks