Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
meadsteve
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
The ladder of bug discovery joy
(blog.meadsteve.dev)
2 points
by
meadsteve
2y ago
|
1 comments
2.
▲
by
meadsteve
2y ago
Reflections on the best time to discover bugs in software.
3.
▲
by
meadsteve
4y ago
The excitement comes when security issues are discovered in no longer maintained code
4.
▲
by
meadsteve
4y ago
Php 5 would not be boring and safe. You'd have some interesting challenges writing in an unsupported language version
5.
▲
by
meadsteve
4y ago
If I was to rewrite my blogpost to fit your second sentence I would title it: "Please consider onboarding new staff as a need for your software". This is just another consideration when architecting. I absolutely will use cutting
6.
▲
by
meadsteve
4y ago
I still consider "no framework" as a novel choice (most of the time): https://blog.meadsteve.dev/team-work/2022/10/13/how-boring-s...
7.
▲
by
meadsteve
4y ago
Agreed. Though not strictly a counterpoint. I do enjoy novelty (and benefit from it). I just want the right amount of it
8.
▲
by
meadsteve
4y ago
Yeah I think this is why I liked "novelty budget" as a term. To me it implies a limit, but it also implies something which you should spend. Doing something a little bit different can be immensely valuable as you've highlight
9.
▲
by
meadsteve
4y ago
This is a very good point. There are definitely "risky novel" choices that could make your company a success. But I've also seen many teams drowning in a soup of random tech choices. I'd love to be able to write some mor
10.
▲
How boring should your team's codebases be
(blog.meadsteve.dev)
186 points
by
meadsteve
4y ago
|
225 comments
11.
▲
Leaving kind (and productive) PR feedback
(blog.meadsteve.dev)
1 points
by
meadsteve
4y ago
|
0 comments
12.
▲
by
meadsteve
4y ago
Well I already had a docker registry. I generally just blog the information my past self would have needed a few weeks ago.
13.
▲
Using a Docker registry as a distributed layer cache for CI
(blog.meadsteve.dev)
23 points
by
meadsteve
4y ago
|
8 comments
14.
▲
by
meadsteve
4y ago
Somehow I'd completely missed this feature existed and it's a really nice way of speeding a build up
15.
▲
by
meadsteve
4y ago
I don't think that's how it works. Unless you install a library like typeguard python doesn't do runtime type validation
16.
▲
by
meadsteve
4y ago
Very much agree. It's one thing I really appreciated about how php added type annotations. You didn't need them but once you added them they became a gaurantee.
17.
▲
by
meadsteve
4y ago
Yeah these are great approaches too. I'd actually considered a rewrite of the core in rust before I went with mypyc. But it was nice not to have to do a rewrite.
18.
▲
by
meadsteve
4y ago
Yeah this is exactly it for me. I already had type annotations and ran mypy to help with correctness. And I tried this out because it felt like a nice thing to get for free.
19.
▲
by
meadsteve
4y ago
Thanks 4140tm and thanks cinntaile. I was very pleased. That was very much the intention of the name
20.
▲
by
meadsteve
4y ago
Maybe I should have said for cheap
21.
▲
Making Python fast – Adventures with mypyc
(blog.meadsteve.dev)
224 points
by
meadsteve
4y ago
|
92 comments
22.
▲
by
meadsteve
4y ago
I recently experimented with using mypyc to make some of my python a little faster. I was pleasantly surprised with how well it worked for very little code change so I thought I'd share my experiences. The blog post wanders around a li
23.
▲
by
meadsteve
4y ago
I ended up building a library for elixir a few years back for this kind of thing: https://github.com/meadsteve/unit_fun .
24.
▲
by
meadsteve
6y ago
you've seen the current biosphere right? I think they have been.