Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
agge
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
agge
7mo ago
If you create a graph of what changes are needed to allow for other changes, eventually leading to your goal. Then by definition you have the smallest safest step you can take. It would be the leaf nodes on your graph?
2.
▲
by
agge
7mo ago
So we make it many small commitable refactorings instead :)
3.
▲
by
agge
7mo ago
There is a great interview that talks about the process and what it is about more generally: https://youtu.be/HbjWOvxJjms?si=5ta-JOyfFLub2yX_ I think there are similar methods, such as nested todo-lists. But DAGs are except
4.
▲
by
agge
7mo ago
Using a Mikado style graph for planning any large work in general has been really useful to me. Used it a lot at both Telia back in 2019 and Mentimeter at 2022. It gives a great way to visualise the work needed to achieve a goal, without ev
5.
▲
by
agge
7mo ago
Stealth marketing by someone completely unrelated to the book, 11 years after the book is released. Seems unlikely.
6.
▲
JavaScript or Rock Band?
(js-rocks.agical.se)
1 points
by
agge
1y ago
|
0 comments
7.
▲
by
agge
1y ago
I’ve been in three teams that has done Mob Programming full-time. In one team it was for two years and a half years. I have lots of side projects when I get home. Love sitting by myself coding, listening to music, running a video on my seco
8.
▲
by
agge
1y ago
Laughed when I read ”We where 11 engineers that could be fed with 2 pizzas”. But you are in Sweden? You can feed maybe 3-4 engineers with 2 Swedish pizzas. Which is also coincidentally a very decent team size ime!
9.
▲
Jordan Mechner's tips on making games [pdf]
(jordanmechner.com)
1 points
by
agge
2y ago
|
0 comments
10.
▲
by
agge
2y ago
I work in my Vision Pro through most of the day. The avatars are passable for joining pair- and mob programming sessions. For more personal meetings I use the camera on my laptop. It’s so very useful to have a large screen in the right plac
11.
▲
by
agge
3y ago
If an AI could write your tests, doesn’t that suggest the test are just checking implementation details? Unless you describe your business rules in detail.. as a test for example! How could the AI then write those rules as tests. Perhaps yo
12.
▲
Mentimeter, a Swedish unicorn that is actually profitable
(mentimeter.com)
2 points
by
agge
4y ago
|
0 comments
13.
▲
by
agge
5y ago
Hilarious. He created a homepage for his password: https://zeeslag.ichi.city/mypassword.html
14.
▲
Show HN: Online card game made in Vue
(play.thespacewar.com)
3 points
by
agge
5y ago
|
0 comments
15.
▲
by
agge
5y ago
This resonates with my thinking as well. Although something I’ve always been missing from people talking about agile in general, is more specifics on how collaboration can happen. Especially collaboration with ”the customer” (customer is a
16.
▲
by
agge
7y ago
Sass is very much still useful today. Mixins, used sparsely, can be very powerful and avoid large doses of redundancy. Also variables with good names make the job a lot easier than communicating around hexvalues.