Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
strictfp
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
61.
▲
by
strictfp
4y ago
I agree in principle. But one major headache for us has been upgrading the database software without downtime. Is there any solution that does this without major headaches? I would love some out-of-the-box solution.
62.
▲
by
strictfp
4y ago
I'm happy to see some new Rust web frameworks that are doing away with attributes and returning to good old iron programmatic style. I might port some old plugins of mine from iron to Warp or Tide. Any opinions on which one to pick?
63.
▲
Reddit Down?
7 points
by
strictfp
4y ago
|
4 comments
64.
▲
by
strictfp
4y ago
Singleton pattern == global variable
65.
▲
by
strictfp
4y ago
Having one instance of a class that's being passed around isn't bad. The singleton pattern with what's effectively a global variable , accessible from anywhere, is bad though.
66.
▲
by
strictfp
5y ago
It's hard to survive in the presence of a constant onslaught of forces trying to break you down. Plus we have another way of surviving: multiplying. And multiplying gives us mutations as well, i.e better fitness. So why should our orga
67.
▲
by
strictfp
5y ago
A good "setting" is something that's part of the normal UI. Take brush size in Photoshop as a simple example. You obviously don't want to set that in some control panel. So you just integrate it into the main UI. I think
68.
▲
by
strictfp
5y ago
Only true to a certain extent. Is the judicial power not separate from politics? Maybe not completely, but it has measures in place to secure some type of autonomy. What I'm talking about is removing micromanagement and ensuring that t
69.
▲
by
strictfp
5y ago
How about giving the institutions very top-level goals, on say 20 or 50-year basis, and then just give them a bag of money? Research is a high stakes, high rewards type of game. You need to pursue many potential ways forward, and most likel
70.
▲
by
strictfp
5y ago
I wasn't social media that eroded the trust in research and science, it was the introduction of politics. We need to separate research from politics. It needs to be a separate pillar of the state. You don't want reseachers chasing
71.
▲
by
strictfp
5y ago
A few things; 1. Merging often and early might be viable, but it might also expose your colleagues and the codebase to your exploratory process, which might or might not be desired/possible. If you're making semi-permanent changes
72.
▲
by
strictfp
5y ago
Yes. And additionally, you're going to be context-switched constantly by people wanting to show off their days work. No thank you.
73.
▲
by
strictfp
5y ago
You can just let some people make mistakes, and give them feedback on it for next time. That way, you get autonomy and eventually mastery. We don't all have to agree on everything. I think that's a fallacy.
74.
▲
by
strictfp
5y ago
Yup. In my book it makes zero sense to group by application. Grouping might make sense if it was per-usecase or manual, but that's really what virtual desktops are for. So grouping just feels useless to me.
75.
▲
by
strictfp
5y ago
WHAT? They skipped all the way from Lisp to JS? Why?
76.
▲
by
strictfp
5y ago
In my opinion we need to ditch the old idea of hiring more people to speed up feature delivery, and focus more on streamlining the codebase and making it easy to make changes to it. Adding more manpower works around an inefficient codebase
77.
▲
by
strictfp
5y ago
Sorry, but D is a good idea and much closer to golang in my book, plus a lot earlier. They just didn't have the funding.
78.
▲
by
strictfp
5y ago
I have to object here and say that out-of-date comments are better than no comments. I've worked in organizations with "no comments" policies and having no clue what people ever planned to achieve with a piece of code is wors
79.
▲
by
strictfp
5y ago
This line of thinking is just an extension of everyday thinking of far too many people. Take nuclear reactors as an example. Some people seem to legitimately think that its possible to eliminate all sources of errors in such an immensely co
80.
▲
by
strictfp
5y ago
This. Management needs to understand the value of "tinkerers" and "massagers". They're immensely valuable, but since they don't have a direct production output, managers rarely understand the value they provide
81.
▲
by
strictfp
5y ago
Thanks! If you don't mind explaining, what are we seeing here?
82.
▲
by
strictfp
5y ago
You're right in that it might be the only viable option for some usecases, but that doesn't make it good. It makes it passable :)
83.
▲
by
strictfp
5y ago
Thanks for the tip! I had a look but Roslynator seems to be C# only, and I'm coding C++.
84.
▲
by
strictfp
5y ago
I use self-deprecating humor a lot. And some people, usually the ones who don't pick up on the irony, also use it as an opportunity to attack. It's quite sad when you think about it :)
85.
▲
by
strictfp
5y ago
Yes, I have. And although Microsoft claim otherwise, I find intellisense sorely lacking in a lot of areas. Indexing is bad, search is bad, and their refactorings miss the mark a lot of the time. It's clear that Jetbrains lexical analys
86.
▲
by
strictfp
5y ago
Sure, I'm aware and have ReSharper C++ plus the clang linting enabled. VS isn't all too shabby, they've been shaping up recently. But it certainly isn't the best, or even among the better, in my opinion. Even the file ed
87.
▲
by
strictfp
5y ago
I can't use file view, since it has some side-effect that messes up our solution completely. And before you blame me, it's a cmake import. I'm not angry, I just don't think it's fair to claim that VS is a good IDE.
88.
▲
by
strictfp
5y ago
I'm one! I work with VS daily and I think it's pretty bad. Some examples; I cannot get a plain folder view. Intellisense is very inept compared to Jetbrains products. Bad refactor support, can't find things you're lookin
89.
▲
by
strictfp
5y ago
Not Invented Here
90.
▲
by
strictfp
5y ago
I got into gamedev in my thirties. The last few years was baptism by fire but it's loads of fun.
More ›