Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pbadenski
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pbadenski
5y ago
To what extent writing your code in WebAssembly (eg Rust) can help with those points (eg structs in C argument). It would still run in a JS VM so I'm guessing a bit, but not to the full extent?
2.
▲
by
pbadenski
5y ago
This article is really a reiteration of a https://wiki.c2.com/?SufficientlySmartCompiler argument. I would've sticked to a massively less appealing, but more closer to reality: "We've been lied to: JavaScript
3.
▲
by
pbadenski
5y ago
We tried to use it a year ago or so, because of the performance promise. We were getting random glitches every few thousand files during operations. There was no obvious pattern, so difficult to reproduce, and as far as I remember there was
4.
▲
by
pbadenski
5y ago
I'm a bit speechless... Can someone explain how does this scheme can even exist? It sounds preposterous.
5.
▲
by
pbadenski
5y ago
This is big! Can't wait until we have radios that can also show images.
6.
▲
by
pbadenski
5y ago
For me personally, it's really important how productive a language environment is after a few years of development. Therefore: - debugging environment - memory and CPU profilers - compilation and linting time of 100k+ codebases - IDE s
7.
▲
by
pbadenski
5y ago
ALL Java developers should be required to watch this course (it's Free): https://software-mastery.teachable.com/p/uncommon-sense FYI: I am NOT an author of this course.
8.
▲
by
pbadenski
5y ago
That's interesting - I hate wasting food, I have never complained about my order (and not planning too, unless the food is spoiled I guess). If I don't like the food, I'll just never order again from the same place. I would d
9.
▲
by
pbadenski
5y ago
Surely, you must have sampled ethanol? ;)
10.
▲
by
pbadenski
5y ago
In a sense, yes - I believe the damaging effects of sugar and social media on the society is far greater than psychedelics might have if decriminalised. They definitely don't deserve to be Class A in the UK and Schedule I in the US. Ev
11.
▲
by
pbadenski
5y ago
Oh I definitely don't think it's the same. I would argue the items I have listed above are significantly more damaging to society than mushrooms. On the subject of heroin, what about more dangerous psychoactive substance - ethanol
12.
▲
by
pbadenski
5y ago
This type of empty fear mongering comment is unhelpful at best. It's a McDonalds of a comment. What's a lot of people? Why are psychedelics so special compared to anything else (sugar, Facebook, gambling). "It doesn't ha
13.
▲
by
pbadenski
5y ago
As with any metaphor, technical debt has its' limits and its' traps. IMHO the biggest problem is that a comparison with lending implies that technical debt can be managed like people do with a loan. With loan you know how much of
14.
▲
by
pbadenski
5y ago
Some reasons that I don't think have been covered yet: - experienced programmers are promoted out of the tech track - it causes all sort of problems, people keep reinventing the wheel, they are forced to relearn through their own mista
15.
▲
A Promising New Metric to Track Maintainability (2018)
(blog.hello2morrow.com)
2 points
by
pbadenski
5y ago
|
0 comments
16.
▲
Ask HN: What's the best FRP library you worked with?
2 points
by
pbadenski
5y ago
|
0 comments
17.
▲
by
pbadenski
6y ago
Thank you for mentioning monomorphization - I wasn't aware of this concept. Would you maybe if there's any source discussing how this is solved in different languages and performance consequences of it?
18.
▲
by
pbadenski
6y ago
Yes, yes and yes. Last time I checked human cognition and collaboration seemed to attract very little interest. I suppose this somehow falls into a slot of "Human Productivity". For instance - instinctively I find Clojure easier t
19.
▲
by
pbadenski
6y ago
"A Philosophy of Software Design" by John Ousterhout - a recent find and probably the best book on programme design I've ever read. Author is an experienced programmer and Computer Science professor at Stanford.
20.
▲
by
pbadenski
6y ago
The test that never can get slower - I'm curious how they do it.. In my experience tracking performance regressions is much bigger challenge than solving performance issues.
21.
▲
Hacker Nearly Stole $8M from Aussie Hedge Fund Using a Fake Zoom Invite
(gizmodo.com.au)
47 points
by
pbadenski
6y ago
|
15 comments
22.
▲
by
pbadenski
6y ago
From what I understand withdrawing it was a procedural trick, see here: https://twitter.com/wstock215/status/1311824945752801281?ref... via https://redbus2us.com/h1b-perm-wage-levels-rule/ Al
23.
▲
by
pbadenski
6y ago
Interesting.. In Polish this type of English influence I believe was largely constrained (although not entirely) to within IT profession. We have (and use) words for - "file", "folder", "save". Some exceptions
24.
▲
by
pbadenski
6y ago
It's always been just a bit funny to me in case of French... A lot of these words are of Greek & Latin origin, some of them even come from French (eg. flame). I know I'm going to stir up a hornet's nest with this one... A
25.
▲
by
pbadenski
6y ago
A few random questions.. hopefully a person more knowledgable in the topic can help me out: - from what I understand Akka (Scala) heavily borrows from Erlang/OTP - is this correct? What would be the biggest similarities/differenc
26.
▲
by
pbadenski
6y ago
Code puns, yay! Mine: const makeEmptyPromise = () => Promise.resolve([]);
27.
▲
by
pbadenski
7y ago
Broken printing in an enterprise Java app - it was relatively serious as customer's business process was relying on collaborating using prints. There was no message, no error & it was only failing for one specific customer. It took
28.
▲
by
pbadenski
8y ago
"But despite the fact that innovative cultures are desirable and that most leaders claim to understand what they entail, they are hard to create and sustain. This is puzzling." I really don't see how this is puzzling.. there&
29.
▲
by
pbadenski
8y ago
It's especially useful when you run into odd scenarios, since customer service will always go an extra mile. I used to have Diamond with Hilton when worked as consultant. Once I booked a room for 2, and showed up as 3 people, got upgra
30.
▲
by
pbadenski
8y ago
It looks really cool. I dreamed of software like this, which can visually show high level of the complete architecture. And if I could connect it to these via plugins, wow even better. My experience so far: - can't really bring our ar
More ›