Preferences

virtualized
Joined 274 karma

  1. TIL you can actually drag Scrollbars on iOS. They are so tiny I would never have assumed they react to a touch.
  2. “The dog/child/vacuum cleaner ate my instruction manual” is probably a common support request at Lego, so there is no point in making the digital manuals difficult to access.
  3. Begin by throwing the language away. Provide a tool that converts existing CMake scripts to the new, sane language. Use an established programming language for the new language.
  4. real web sites are somehow still worse than this parody
  5. Apparently not. It is crazy that they delete a random line of code and don't update or add a single test at the same time. Absolute madness. I wonder what they are doing instead that ensures the Kernel mostly works.
  6. Yes, and that's what automated tests are for. They "replicate" specific conditions and make it possible to cover everything. That's what unit tests are. This has nothing to do with the physical world.
  7. Another way to put it: If you know how long something will take in advance, you have a solution in mind. It is unlikely that this solution is (A) the best one and (B) the one you will actually implement. It would be stupid to ignore information you learned along the way. If you could actually predict the future you should invest in the lottery, not in software.

    EDIT: Of course there are projects where you actually know exactly what to do. Happens a lot in consulting. That has nothing to do with Agile though.

  8. I actually said something like that during a meeting. "Yes, you can do it that way, but if someone finds out we will be in the news." This argument worked surprisingly well.
  9. It's weird how languages like YAML, XML and JSON are very much designed for communication between machines, but are still the default choice for human input. Actual programming languages - designed for use by people - are rarely considered for high level configuration.

    I have actually seen something similar to this happen:

    1. We just need a few configuration options. Let's add an XML configuration file.

    2. Keeping all the configuration files in sync for different environments is a lot of work and really error-prone. Let's generate all the configuration files. What about an XML meta-configuration file?

    3. Some things are different between environments. We need conditionals in our XML meta-configuration language.

    4. There is a lot of repetitive configuration. It would be more maintainable if we had loops, variables, integers, string interpolation, functions, ... in our XML meta-configuration language.

    Great, now we invented our own awful programming language that lacks any tooling, documentation or libraries and isn't compatible with anything else.

  10. What kind of genius does one have to be to earn $800k? Or do you possess rare knowledge and connections in your industry?
  11. You just said "They are huge, but they are actually not very good" in a lot more words.
  12. "but it looks fine on my $4000 MacBook with my perfect 25-year old eyes"
  13. Paypal has recurring payments and I thought it was exactly this. Never tried to cancel via Paypal, so I am not sure how this works.
  14. I looked for any useful documentation for a few minutes and just gave up. I don't want to read a book. I don't want to watch a video. This is not my first programming language, thank you. I just want a "hello world" example to get an idea what I am actually dealing with. How do I run a "hello world" program from the command line? How can I deploy that to another machine that doesn't necessarily have a GUI?
  15. It's the worst mistake because it made you believe that its atrocious ergonomics are actually superior to more sensible solutions. Implicit nullability doesn't really save you any null checks. It just makes it possible to forget necessary checks.

    It was fine to design a language with nullable pointers in the 70s. It's unacceptable nowadays. nil in Go is a major mistake.

  16. I always wonder why Linux doesn't seem to have any kind of tests. How can they afford not to have regression tests for bugs they fixed? How do they know that this bug fix didn't break anything? What does "never break userspace" even mean if there is no way to check whether userspace has been broken?
  17. IMO it goes more like this: Music makes you happy, being happy makes you more productive. Don't overthink this too much.
  18. I am surprised that some aren't.
  19. I think the argument is that if it's so hard for most people to see the difference between "Agile" and "not Agile", maybe Agile is unsuitable for most.

    In my experience barely anyone who claims to work Agile ever looks at the values or principles, or reflects about their own work in a systematic way. Scheduling Scrum meetings is easy. Applying Agile principles to your actual work is difficult, especially if you are already overwhelmed by Scrum.

    People like Scrum because it distracts from Agile and doesn't interfere with your work much. You can serve time in Scrum meetings, then return to your actual work. Scrum fills a void, but doesn't ask any hard questions. Don't think about what you are doing, just show up to the meeting and go through the motions.

    People like to follow pre-made structures like Scrum. They don't like to define or change them. You could potentially insult someone. "The Scrum Guide says so" is less personal than "it makes more sense to do X". Clinging to a fixed process like Scrum inhibits being actually Agile because Agile is all about changes. Change requires courage. Most employees don't feel like courage will be rewarded. In our culture, courage is reserved for big companies or top-level management.

    In short, that's why "Agile doesn't work".

  20. So peace is bad because the world fails to implement that?

    It's not black and white. Organizations can still benefit from discussion and reflection even if they can't fully be Agile.

  21. Yes, the values are too vague. The twelve principles are better for conveying what Agile is trying to be.

    The "responding to change" point means in practice that it's better to deviate from a plan than to not have any plan to deviate from. The plan has to be adjusted all the time. For that to be possible, there has to be a plan.

    The twelve principles are very basic, common sense. Common sense is not common though.

  22. That's why Microsoft made sure that Windows Update always runs in the background and never reboots during a presentation. Oh wait..
  23. Apparently you can try that game in the browser for free, but you have to create an account first. And they wonder why they don't sell any licenses! If someone manages to shoot themselves in the foot in such an epic way I am not surprised they never sold anything.
  24. If a browser allows websites to read the clipboard, that's a security bug in that browser.
  25. So if you give money to the Foundation, the Corporation has to give less to the Foundation to keep it funded. You could as well have given money directly to the Corporation.
  26. TIL I am very bad
  27. The problem is you don't know which 80% will get scrapped.
  28. Who pays Sisyphos? Another Sisyphos who is just doing his job or following societal norms once created by Sisyphoses who are now long dead. Every individual Sisyphos is rational, but the whole system is not. I am not saying that such a system is objectively bad or anything, but it's an interesting observation and worth keeping in mind when making decisions or arguing.
  29. Does OpenSSL have useful documentation yet?

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal