Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alloyed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
alloyed
2mo ago
iirc, it's a consumer co-op. So think of it as a vote of all users willing to pay for the membership to the service, who (correspondingly) are more likely to be power users/"activist" in the "activist investor"
2.
▲
by
alloyed
2mo ago
yep! 90% of the time if i have a question about a project there's a discussions tab that can take my question with a nearly identical interface to stack overflow's, and I can be reasonably sure there will be contributors or mainta
3.
▲
by
alloyed
2mo ago
the point is well-taken, but i do want to show the bash version just for fun: podman image ls --all | sed 's/\s\s\+/\t/g' | tee >(head -n 1) >(tail -n +2 | sort -hrk 5) >/dev/null this is
4.
▲
by
alloyed
4mo ago
silly question: what's "world" about what's being generated here? is the an actual abstract representation of physical space (like, eg, a game-engine style scene graph?) or does it just mean "this video generator is
5.
▲
by
alloyed
9mo ago
So, in my professional work environment, which is a complex C++ app with long build times and lots of proprietary domain-specific knowledge, LLMs were worse than useless. Not totally surprising, but I originally had hopes for something like
6.
▲
Microsoft is officially sending employees back to the office
(businessinsider.com)
432 points
by
alloyed
1y ago
|
931 comments
7.
▲
by
alloyed
1y ago
so i managed to convince my company to try solid on a new project, pretty much on the basis of "this looks like react but solves many of our existing problems with react". since the JSX and project structure is basically the same,
8.
▲
by
alloyed
8y ago
Probably the most equivalent existing open source thing out there is ENet, which doesn't do encryption or detailed stats. If you've signed the steam NDA (which is free of charge iirc) you can check out the existing docs for the cl
9.
▲
by
alloyed
9y ago
What if you were the person who watched that show N times, and then saw that ad? It'd be a weird feeling, right?
10.
▲
by
alloyed
9y ago
The concern here is revenge-spam: someone takes your email and submits it to every mailchimp default form they can find automatically, and then your inbox is flooded with ostensibly legitimate email that you have to manually unsubscribe fro
11.
▲
by
alloyed
9y ago
This is pretty defineably public record: https://en.wikipedia.org/wiki/Donald_Trump%E2%80%93Russia_do... notably: it's not the GOP the organization that initial funded the oppo, but a private news org with conserv
12.
▲
by
alloyed
9y ago
I would say it's mostly a matter of use: In C you deal with void* or typecasts all the time, whereas in higher level languages it's much less common, either because the type system is smarter, or the constraints that it does have
13.
▲
by
alloyed
9y ago
I don't see a transcript anywhere, but here is the full hearing (I just googled the quote and found a link in another article) https://www.commerce.senate.gov/public/index.cfm/2017/9/comm...
14.
▲
by
alloyed
9y ago
If your intent is to improve the world, and not just act superior, I don't see what this accomplishes. Hear dissent without action long enough and it becomes noise.
15.
▲
by
alloyed
9y ago
it can still be an issue with memory even if it isn't as blatant as "out of memory". The easy example being a datastructure growing over time and getting slower to manipulate and query. This is a problem where being cavalier
16.
▲
by
alloyed
9y ago
I absolutely agree that our current situation needs to be improved, but looking at the history of media leads me to believe that by progressing past the centralized and regulated system of TV and radio we've left a local maximum when i
17.
▲
by
alloyed
9y ago
yes and no? Unlike a traditional daemon, this isn't a system service that always runs in the background. The IDE (in this case atom) spins up the process and shuts it down when necessary, and then both sides communicate to each other u
18.
▲
by
alloyed
9y ago
I appreciate the extended support for LSP, but this seems to repeat the mistake VSCode made of requiring custom plugins for each backend you'd like to integrate. This increases the overhead for server authors and makes it less likely t
19.
▲
by
alloyed
10y ago
They did add it though, didn't they? What makes this particular case malice and not just a case of overzealous response to what was the largest polling shock this season?
20.
▲
by
alloyed
10y ago
Wouldn't those instruments (I'm assuming stocks/retirement, I'm not an economic smart guy) be implicitly tied to everyone else doing more work then they "have to"? That's exactly economic growth, just rewo
21.
▲
by
alloyed
10y ago
One way to think of it is that torrenting movies requires an (expensive) internet connection, where all you need for a DVD player is electricity and some DVDs someone else ripped.
22.
▲
by
alloyed
10y ago
Quick note, the layout seems to break when the piwik.js script is blocked: https://imgur.com/JdB5UK3
23.
▲
by
alloyed
10y ago
That headline really is something.
24.
▲
by
alloyed
10y ago
Have a source for that? That one's novel to me.
25.
▲
by
alloyed
11y ago
From http://www.ubuntu.com/legal/terms-and-policies/intellectual-... >You will require Canonical’s permission to use: (i) any mark ending with the letters UBUNTU or BUNTU which is sufficiently similar to the Tr
26.
▲
by
alloyed
11y ago
Securing multiuser linux is not an easy thing. Even if you set process limits, restrict permissions, etc. you can still be very easily hit with a priv escalation bug in a utility you allow users to run or even in bash itself.
27.
▲
by
alloyed
11y ago
Powershell is primarily a repl to a homogeneous .NET-based set of tools, which doesn't describe Unix very well. If you want a type-safe repl that interacts with all the handy tools written for the text-stream-only Unix world you'r
28.
▲
by
alloyed
11y ago
Absolutely not. As he's said, he's a one-issue candidate: anything else would be up to whoever the democrats pick for VP.
29.
▲
by
alloyed
11y ago
>their content will be shunned due to using the proper terms for concepts being discussed. I think this is exactly it. Consider that a lot of people looking at F# are already using C# in "business"-type applications, with or wi
30.
▲
by
alloyed
11y ago
The time window on that particular number isn't actually a full year, but the year up till may 30 when the article was published. Considering that crime tends to go up in the summer months instead of staying flat over the year you'
More ›