Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dashwav
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
dashwav
5y ago
I'm not even old (mid-20s), but I scale the site to 150%. HN is honestly one of the worst sites I have used with regards to default scaling across resolutions. OTOH the simplicity of the site allows for very easy browser-based scaling,
2.
▲
by
dashwav
5y ago
This seems to only really work in languages that allow null variables/timestamps. I wouldn't really want to have to do comparators to the default value of a timestamp.
3.
▲
by
dashwav
5y ago
I think that the biggest differentiator between Discord and the others (mumble, TS, Vent, etc) was that Discord has very mature text chatting as a first class citizen, rather than an afterthought. This is what I have anecdotally seen as the
4.
▲
by
dashwav
5y ago
I have been a big fan of the Mozilla Public License 2.0 [1]. I find it is the best combination of "if you use this and improve or modify, those changes need to go to the original code" while not restricting overall usage. IMO ther
5.
▲
by
dashwav
6y ago
There was a really interesting paper [1] being circulated a bit last week in the circles I frequent on a few sites that dug a bit deeper into this. The villains are often very superficial and the consequences of the ensuing fight is very ra
6.
▲
by
dashwav
6y ago
To be fair, from a security standpoint if you want *the highest security* allowing third party installers is one of the first things I would disable as well.
7.
▲
by
dashwav
6y ago
I have a very hard time getting behind these complex configuration languages. To me what makes a configuration format good is the simplicity of reading the configuration of a program, and almost all of these languages are optimizing for f
8.
▲
by
dashwav
6y ago
Yabai ( https://github.com/koekeishiya/yabai ) and skhd ( https://github.com/koekeishiya/skhd ) together makes a very powerful combination that works extremely well. It's as close to i3 as you ca
9.
▲
by
dashwav
6y ago
In my experience, I have seen much less of the OOP-only group, especially in recent years. The general feel I have seen when communicating with other developers about this is that OOP is a tool and it's probably not the best one, b
10.
▲
by
dashwav
6y ago
I have to say I really appreciate this! I was going down very similar lines just last week (I had installed Hammerspoon and was experimenting with some applescript hacks, but to no avail). Just intercepting the actual scroll and inverting i
11.
▲
by
dashwav
6y ago
I have been looking for a solution to this problem for a very long time and my reasoning is that on a trackpad, natural makes a lot of sense intuitively, since you are "pushing" the document (page/app/whatever) the direc
12.
▲
by
dashwav
6y ago
I think that is a very optimistic view of how things are currently - I think 80-90% of all business still operates in a similar organizational fashion as it did 20 years ago, and it is changing linearly at best, not exponential.
13.
▲
by
dashwav
6y ago
TBF with a completely greenfield project and managed K8s (GKE or EKS) you can absolutely get a pretty well set up infra very quickly if you are willing to learn how to do so. I often get the feeling a lot of the negativity comes (rightfully
14.
▲
by
dashwav
6y ago
Since everyone else is throwing out recommendations I personally think https://github.com/spf13/cobra is the best CLI templating system, especially because of how well it pairs with https://github.com/s
15.
▲
by
dashwav
6y ago
As a counterpoint, buses/railways are imo 100% an essential service for cities and yet they were running empty during the COVID-19 lockdown where I live. I would hate to see them recategorized as non-essential because of a situation th
16.
▲
by
dashwav
6y ago
First off, thank you for looking at the project and giving feedback - I really appreciate it! - Do all the consumers of gila config use the singleton class instance and just call gila.get() everywhere? You can either use the singleton patte
17.
▲
by
dashwav
6y ago
Yeah I had used django in the past and had run-ins with `django-configurations` and while it is an extremely powerful configuration library, I set out to make Gila a much more portable and simpler API for more generalized use - with the
18.
▲
by
dashwav
6y ago
I recently ran into a few roadblocks as well when trying to get my python applications set up in a true 12factor way, and I was surprised by how much I had begun to take for granted the ease of configuration that the Go library Viper provid
19.
▲
by
dashwav
6y ago
MIPS still has a very large presence in the education sector as well - MIPS asm is very easy to learn because of how consistent it's syntax is and the plethora of open source debuggers as well. Learning MIPS was what originally got me
20.
▲
by
dashwav
6y ago
Thank you for this - my team and I have been looking for a replacement to PgAdmin for quite some time now and this fits the bill exactly. Two features I thought we were going to have to give up when moving from MySQL to PG where ERD managem
21.
▲
by
dashwav
7y ago
https://devops.stackexchange.com/questions/653/what-is-the-d... This is a pretty good in depth explanation, but at a high level if a your server dies and you are extremely upset about it (similar to if your pet di
22.
▲
by
dashwav
7y ago
You're right - depriving people of choice can cause bad doctors to stick around longer because patients are forced to go to them. This is why we need something like single-payer - no one should be forced to go to a bad doctor because t
23.
▲
Show HN: Gila – a python3 layered configuration library
(gila.readthedocs.io)
1 points
by
dashwav
7y ago
|
0 comments
24.
▲
by
dashwav
7y ago
> It was never Nikolay's job to vet actix-web for you, nor did it become his job when the library became popular, nor does invoking "security" change anything in the slightest. I don't think the anger is directed at t
25.
▲
by
dashwav
7y ago
That's entirely fair - and I wasn't saying that choosing actix was a bad choice at the time for the users - but I also think that the people who were willing to contribute to Actix to make it safer are probably also the type of pe
26.
▲
by
dashwav
7y ago
I can see where Steve is coming from about the difficulties of maintainer-ship - I only have a few projects that I am actively maintaining and obviously nothing close to the scale of a popular library. But at the same time I really think al
27.
▲
by
dashwav
7y ago
We moved from postman to insomnia a year ago and have loved it due to its simplicity and ease of use. The ability to use the "environment" variables is amazingly flexible since you can use them in almost every text field.
28.
▲
by
dashwav
7y ago
I think that the fact you have much more visibility over which of the services are behind and have lower security practices one of the things I love about our microservices - we recently (a year ago) broke up our monolithic codebase int
29.
▲
by
dashwav
7y ago
From two Matrix members, one who is the matrix.org team lead today: https://news.ycombinator.com/item?id=21836684
30.
▲
by
dashwav
7y ago
It's a jekyll site automatically built with github pages. I personally can absolutely see the trade off of not having to manage and build your own website just to post some thoughts of yours, especially with the modern internet where a
More ›