Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dljsjr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Call Bash/ZSH/POSIX shell functions and built-ins from Fish
(github.com)
1 points
by
dljsjr
2y ago
|
0 comments
2.
▲
by
dljsjr
3y ago
MPU -> Microprocessor. MPUs typically have features that let it support a "full" OS; MMUs, speculative execution, advanced CPU pipelining features, etc. They also have a much higher RAM capacity. Often has more complicated powe
3.
▲
by
dljsjr
3y ago
If you're not using an MFA mechanism attached to your SSO (Google Authenticator or Okta or something) then that's a completely separate issue. There shouldn't be that much risk in letting all of your SRE's have access to
4.
▲
by
dljsjr
3y ago
Others have already mentioned that you shouldn't be sharing a master password, and that's definitely true. I'll try to answer the question more holistically: RE: Sharing. Nobody should be sharing a password manager account. I
5.
▲
by
dljsjr
3y ago
Posted two days ago: https://news.ycombinator.com/item?id=37124639
6.
▲
by
dljsjr
3y ago
> Many people are only aware of the default lightweight tags I don't know if that's true anymore, if only because the ongoing popularity of the Git Flow branching model; the `git-flow` tools use annotated tags by default for ev
7.
▲
by
dljsjr
3y ago
How is it misleading when the whole point is that Redis can only be single threaded†? That's why Dragonfly (claims) to scale better. If anything, it's the Redis rebuttal that comes across as misleading; the posted announcement i
8.
▲
by
dljsjr
4y ago
This is exactly what the article says to do. I also paused at that section that listed all those crazy things, if you power through and get to the end you'll find this: >If you’re a conscientious engineer, you are probably going to
9.
▲
by
dljsjr
4y ago
This is amazing! It's exactly how I remember them in my head!
10.
▲
by
dljsjr
4y ago
Anybody remember Triptiks from AAA? You'd go to a AAA office or call them on the phone, tell them where you were going, and in return you'd get a printed spiral top-bound pad with your trip broken down in to multiple legs, the roa
11.
▲
by
dljsjr
4y ago
That is not even remotely close to what this article is about. Tweetbot is the name of an extremely popular iOS Twitter Client. This article has nothing to do with bots, at all.
12.
▲
by
dljsjr
4y ago
Alexa also had a 4-year head start on the HomePod. I don't know if that's the most apt comparison. Additionally, while it is an absurd price tag, the rumors are also that this is being aimed at Apple's famed "Creative Pr
13.
▲
by
dljsjr
4y ago
Would ruffle + WASM + Electron work? https://ruffle.rs
14.
▲
by
dljsjr
4y ago
Caml 1.0 was released in '85 and OCaml (the O is for Object Orientation) was 1996. Multithreading wasn't a high priority for anybody back then. The JVM didn't even have threads until 1997 and those threads were green threads,
15.
▲
by
dljsjr
4y ago
As the other commenter said it's not a LAN issue. Z-Wave is a mesh radio protocol totally independent of the LAN. There are in fact issues with older Z-Wave specs and versions bogging down due to congestion.
16.
▲
by
dljsjr
4y ago
Okay, "I love Apple Products" then. I certainly don't love any corporations.
17.
▲
by
dljsjr
4y ago
I love Apple but I also know that in these situations where they're being forced to punch a whole in their walled garden that they'll usually just go about making the solution as shitty to use as possible. They might let other eng
18.
▲
by
dljsjr
4y ago
The JVM has a ton of different things going on, it's not an apples-to-apples comparison. For one, the JVM isn't sandboxed by default. WASM is. That adds additional overhead. Another consideration is that the JVM uses garbage colle
19.
▲
by
dljsjr
4y ago
I don't know if it's device specific but I use "Hey Siri, turn on the overhead lights and the floor lamp" for example all the time. I have a HomePod though.
20.
▲
by
dljsjr
4y ago
It's only about 60% of what you're asking for but I'm a fan of DKOldies: https://www.dkoldies.com They're a US storefront but they ship internationally. They do a great job restoring consoles. And they have a
21.
▲
by
dljsjr
4y ago
When you work with a rebase-oriented workflow, it's very common to submit a PR for review and then address incoming review comments as fixup commits: https://blog.sebastian-daschner.com/entries/git-commit-fixup...
22.
▲
by
dljsjr
4y ago
https://github.com/e-dant/watcher/blob/989147b183ee0547d71a1... Looks like it works on quite a few systems including Android and iOS.
23.
▲
by
dljsjr
4y ago
It's written that way because the target audience is enterprise IT folks who are managing fleets of employee devices, but you can freely use MDM profiles as a consumer. It's certainly not user-friendly which is why I commented tha
24.
▲
by
dljsjr
4y ago
Always-on VPN that tunnels everything requires MDM commissioning. It's documented by Apple. See the section "Always On VPN": https://support.apple.com/guide/deployment/vpn-overview-depa... Is it d
25.
▲
by
dljsjr
4y ago
The Bytecode Alliance is a nonprofit group with members from all over the industry working to provide what is ostensibly a reference implementation of a WebAssembly runtime w/ full WASI support. Wasmtime is their implementation. They a
26.
▲
by
dljsjr
4y ago
Lots of simulators for robotics use ODE or Bullet, actually, and they're quite good for lots of things that you might want to simulate. But there are some people who would argue that they aren't the best for it, especially for sim
27.
▲
by
dljsjr
4y ago
A few years ago, as someone who has worked on physics engines for robotics simulations, I would have agreed with you. But now a lot of people are doing greenfield physics engines for games and having it work out pretty well. There's a
28.
▲
by
dljsjr
4y ago
Simple Storage Service (3 S's).
29.
▲
by
dljsjr
4y ago
By "killer app" I meant a really amazing game made with the engine that makes people stand up and say "oh hey Godot is legit". Being a viable console target will attract more creators and increase the chances of that hap
30.
▲
by
dljsjr
4y ago
W4 Games's CEO Juan Linietsky is the creator and lead dev of Godot. Their primary mission, from my understanding, is providing the non-open-source tooling and support that's needed to make it feasible to use Godot as an environmen
More ›