Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gwillz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gwillz
2y ago
"When is Rome" is good, might use that. My old boss used to say: "Be a chameleon. I don't want to know that I didn't write this."
2.
▲
by
gwillz
2y ago
I work in a small team, we have ~30 active clients and other ~100 or so that are low maintenance or dormant. We don't have an on-call rotation but I desperately want one. Because if no one is on-call - then all of us are on-call. Any o
3.
▲
by
gwillz
2y ago
I wouldn't call those shenanigans fun, just frustrating. I know exactly the roads you're referring to. We drove that pass between SA and Vic a good 10 times in just the past 2 years and Google just couldn't figure out that it
4.
▲
by
gwillz
3y ago
Found it! https://bugs.mojang.com/browse/MC-17630?focusedCommentId=925...
5.
▲
by
gwillz
3y ago
I remember learning A* at uni while at the same time experiencing it's quirks on our shared minecraft server. The server was really chugging and so I ran a trace on it. I found the zombies were stuck in a loop trying to find their way
6.
▲
by
gwillz
4y ago
Are we talking about friendlyjordies here? He most certainly has pissed people off. I wouldn't put it past mafia types to have a go at him after his relentless mockery of Barilaro. Not to suggest he's connected, just the whole Ita
7.
▲
by
gwillz
4y ago
I feel like the introduction of "store exclusives" really grated badly on an already well established Steam user base. Gamers, and PC gamers in particular, are quite stubborn. I suspect there's a lot of loyalty to Steam for m
8.
▲
by
gwillz
4y ago
Well no, it's in the name - Object Relational Mapping.
9.
▲
by
gwillz
4y ago
I have a government client that has locked down all outgoing access for a web server except though a socks proxy. It makes simple things really hard - like a links checker, package dependencies, remote servers or integrations with Google. W
10.
▲
by
gwillz
4y ago
Yakuake. You're easily spoilt by a quake mode terminal and it's hard to go without it. Tab management and shortcuts are great. Full utf8 support. It's essentially the same as Konsole, all the internals are shared libraries. T
11.
▲
by
gwillz
4y ago
The new windows terminal has quake mode? Now that's a game changer.
12.
▲
by
gwillz
4y ago
You're not wrong. "Higher order components" might be the phrase you're looking for. I could argue that they're not really very popular any more with the introduction of the hooks API. But even without those there&#x
13.
▲
by
gwillz
4y ago
Something I don't think Vue has ever got right was the incomprehensible stack trace at the sight of any error. Or maybe I'm missing something. After working for a few years in reactive frameworks like Vue and Svelte, I feel I am l
14.
▲
by
gwillz
5y ago
Oh bless the almighty car. We cannot question it's authority and we are all the better for serving it. What's your point here? Are you advocating that drivers have no responsibility when it comes to road safety? For context, every
15.
▲
by
gwillz
5y ago
I'd argue that Steam isn't 'now' an electron app but was the OG 'electron' app. The store and community interface have always been web UI from day one. Originally it wrapped the IE/trident engine and then
16.
▲
by
gwillz
6y ago
I've actively taught this to students as WET and DRY. Write Everything Twice, then DRY it later.
17.
▲
by
gwillz
6y ago
So recently TPG used their CWMP powers to disable the OpenVPN server on all of their customer's routers, including the VR1600V [1]. Without any notice too - and I know a few businesses that were pretty upset with this. Particularly bec
18.
▲
by
gwillz
6y ago
This is great! I used to run a Subsonic server for myself but it kind of fell apart because the licensing in version 6 kind of broke the community around it. But it looks like this supports the same Subsonic protocol, which is pretty great.
19.
▲
by
gwillz
6y ago
I'll add though; the real benefit only comes with heavy use of objects, like in Yii/Craft. If you've got keyed arrays everywhere it's still a hellhole.
20.
▲
by
gwillz
6y ago
This is quite complete, definitely bookmarking for reference. I've been knee deep in PHP for the last 6 months after keeping it at arm's length for probably 10 years. It's really quite incredible how much it's improved a
21.
▲
by
gwillz
6y ago
> the tool isn't really set up to accommodate a momentarily-invalid state. I've struggled to explain to students, teachers and others my frustrations with anything that isn't plaintext code. This is it - thank you! I think
22.
▲
by
gwillz
6y ago
The JVM also does erasure of generics. Yes, it's not _all_ types but it too relies heavily on compile time typings.
23.
▲
by
gwillz
6y ago
Wayland+Intel is working quite well in my mixed 4K+1080p setup. Qt apps are handling like a champion. Gtk seems okay too. Obviously it's not so great with Xwayland, definite blurriness there. But to compare, the only workable X11 setup
24.
▲
by
gwillz
6y ago
Perhaps this could be a new feature for the language server protocol? Or is it already in the works...?
25.
▲
by
gwillz
6y ago
This is it, really. Not long ago I was involved in a company that defended their trademark. The other group said to us 'f- you' and refused to comply. They then continued to do marketing and interviews with our brand name and an a
26.
▲
by
gwillz
6y ago
> "What happens when someone spends all their UBI" I think that's the most important question. I believe the story is that one will abuse whatever welfare they get. Whether it's stamps, credits, services or money. Her
27.
▲
by
gwillz
6y ago
Not parent, but yes, sort of. Arguably it's use in embedded contexts is much larger than desktop. It's quite popular for in-car computers, defense systems, etc. For desktop linux, yes, it uses the windowing system.
28.
▲
by
gwillz
6y ago
https://twitter.com/cpswan/status/971335126566211585?s=20 Maybe not exactly what you're thinking. But somewhat in the same domain.
29.
▲
by
gwillz
6y ago
Recently, I've had the strange privilege to teach for two very different education groups at the same time. One, a traditional university that includes online interaction but definitely not adept at it. The other offers intensive bootc
30.
▲
by
gwillz
7y ago
Is this something typescript could fix? I've written a fair few union types with discriminants that work in the same way as rust enums. The trick though is to declare the redundant fields as undefined for every overlap case.
More ›