Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wrnr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
wrnr
4y ago
The frustrating thing isn't the small problems, in chasing these small problems one might find a big one that isn't as easy to fix: https://www.youtube.com/watch?v=AbSehcT19u0
2.
▲
by
wrnr
4y ago
Crumbs and pennies I need all of mine
3.
▲
by
wrnr
4y ago
I've heart this being repeated a lot so it is likely not something you came up with yourself. I always become suspicious when a software engineer has been working on a problem +10 years. The type that spend their time upgrading angular
4.
▲
by
wrnr
4y ago
He is a kwak, instead of actual science he shills these ideas on podcasts because the general public is interested in it or something like that. Whenever I meet someone from Harvard I think of this guy and automatically think less of them.
5.
▲
by
wrnr
4y ago
I've been part of 4 commercial project that used the semantic web in one way or another. All these project or at least their semantic web part where a failure. I think that I have a good idea on where the misunderstanding about the sem
6.
▲
by
wrnr
4y ago
Unrelenting these people pretending to be your friend, life so futile it borders on evil.
7.
▲
by
wrnr
4y ago
People I know in academia complain about the same issues, publish or perish and all that. They even opine about formal economic models that predict that more funding/subsidies for science leads perversely to less outcome in total and n
8.
▲
by
wrnr
4y ago
Funny he don't mention recruiting engineers hate it but is what the OG's did.
9.
▲
by
wrnr
4y ago
It is the opinion of the EU Comission that monopolies are ok as long as they do not abuse their power and if they do they get slapped with a fine.
10.
▲
by
wrnr
4y ago
I bet C# and F# are actually nice languages and I shortly considered adopting them together with Unity but at the end of the day I was still suspicious of Microsoft, and support for other platforms then windows. The article honestly sounds
11.
▲
by
wrnr
4y ago
This will clear that up for you: https://www.youtube.com/watch?v=ZjSE1h_Ad9E
12.
▲
by
wrnr
4y ago
He got fired because he was embarrassing his employer.
13.
▲
by
wrnr
4y ago
It might have some explaining power but I can think of counter examples from my own personal life. Schizophrenia just like autism a very defuse category that covers many non overlapping conditions. I think this silly joke by jreg about Schi
14.
▲
by
wrnr
4y ago
This happens a lot mathematicians might have their favourite object they study like Category theory and then get hung up on categories of categories but might forget that many simple things aren't categories like the prime numbers unde
15.
▲
by
wrnr
4y ago
if timeslots.stream().matchNone(Timeslot::hasntEnded) { new Timeslot() } Would be an improvement I guess. The way I found this code it was also wrapped in a @Transaction so it creates a new object in the database with spring m
16.
▲
by
wrnr
4y ago
Great I am looking forward to seeing mode code like this: timeslotRepo.findAll().stream().filter(timeslot->timeslot.getEndDate()==null).first().ifPresentOrElse(()->{}, ()->{new Timeslot(DateTime.now())})
17.
▲
by
wrnr
4y ago
Yea but HOW? Do you think there is some cheap pareto improvement to be had here. For god sake, the article is advocating for hurting and killing people and then complaining about a lack of political consensus.
18.
▲
by
wrnr
4y ago
The is wrong on so many levels, in most places be it country or company the bus is being steered towards what is thought to result in global carbon reduction. This is a classic example of a moth and bailey argument, if only we had the same
19.
▲
by
wrnr
4y ago
CO2 is not irrelevant to this story, the nitrogen produced by farming in bad for a type of growth called raised bogs that thrives only in nitrogen poor conditions. Now you might not care about this unimpressive shrugs and grasses but they a
20.
▲
by
wrnr
4y ago
The third system, WebGPU, solves the memory management problem. Another thing cuda does it gives you is a convenient way to describe how to share data between cpu and gpu. No good solution for this yet, I'm hoping for some procedural r
21.
▲
by
wrnr
4y ago
Code is a non-linear medium, depending on the path one takes thought the graph and the scale one operates at clean might mean a very different thing. Take a long look at the history of ideas, it might be obvious looking back that thing shou
22.
▲
by
wrnr
4y ago
How long did it take him to do this setup, a year you say, and that is impressive? I am not trying to be cute here, my question comes from a genuine place of curiosity. I've love to learn to spin-up a system like that, but from the tec
23.
▲
by
wrnr
4y ago
The semantic web is like the guy that tells everyone that he is an asshole, and then surprise it turns out he is an asshole. The best quote so far: How can we explain this discrepancy from a mathematical perspective (thereby patently ignori
24.
▲
by
wrnr
4y ago
But what is Dhall? Ok yes, something that helps you write config files because Kubernetes is a pain. I am not a DevOps person so I can't always empathise with the problems DevOps deals with on a daily basis. That something is written i
25.
▲
by
wrnr
4y ago
I once aced an interview after the recruiter handed me the list questions, all soft balls like "what is the difference between a promise and an observable". Naturally I googled every one of them and during the interview had to hol
26.
▲
by
wrnr
4y ago
Helping people can be an incredibly unthankful job, take for example the reddit user who's mom is a crack whore and to help her he drives around one day in the week to look for her and buys her something to eat all the while not being
27.
▲
by
wrnr
4y ago
Solid is great, you can also use it with hyper dom expressions: https://github.com/ryansolid/dom-expressions
28.
▲
by
wrnr
4y ago
QM may be a linear system but QFT is not.
29.
▲
by
wrnr
4y ago
No it is not, that it what the esm.sh is for. It transforms a npm package into a ES module. Just make sure that when you have the dependencies A@2 and B@1 where B@1 depends on A@1 (in package.json) then you end up with 3 dependencies A@1, A
30.
▲
by
wrnr
4y ago
Deno uses ES modules and has a build in TypeScript compiler and solves these issues. Just be careful when using different versions of different packages and always use the same version of a service like esm.sh that translates CommonJS modul
More ›