Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paskozdilar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
paskozdilar
4y ago
Fun fact: People born in 2004 are all turning 18 this year :) And still, 2004 feels "a few years ago" to me. I don't know if I'll ever get used to it.
2.
▲
by
paskozdilar
4y ago
This is so awesome :)
3.
▲
by
paskozdilar
4y ago
That's a hard question, like any other question concerning human freedom. I suppose a good rule of thumb is "if you're not forced to subject yourself to it, you don't get a say in it".
4.
▲
by
paskozdilar
4y ago
> Yes. That's were we disagree. I believe there are some human freedoms that nobody has the right to deny. I suppose I'm just an idealist. > The current form of government in the United States is a representative republic th
5.
▲
by
paskozdilar
4y ago
> I don't think it's productive to continue this conversation. Sadly, you've decided to take the position that Christians should have their right to vote curtailed If that's all you took away from this conversation, t
6.
▲
by
paskozdilar
4y ago
I think the point of that statement was that we should assume the worst case, for the sake of making code easier to deal with for everyone. If the code is easy to deal with for the meeting-ridden hypothetical person, it will definitely
7.
▲
by
paskozdilar
4y ago
Would you care to elaborate? I always thought npm was open-source-centric. If npm somehow ran opaque binaries, I'd really like to know about that.
8.
▲
by
paskozdilar
4y ago
This seems like a good tool to turn <60fps videos into 60fps videos.
9.
▲
by
paskozdilar
4y ago
Linux also used to be a "hobby" OS. Now it powers the internet. Things change.
10.
▲
by
paskozdilar
4y ago
Regulation is like violence. If it isn't working, you aren't using enough of it!
11.
▲
by
paskozdilar
4y ago
Functional programming languages often work that way. E.g., in Erlang, if you've already bound a variable X to a value, and want to compute another value of X, you cannot use the same variable name - you have to use X2 or something els
12.
▲
by
paskozdilar
4y ago
Regret serves a purpose - it makes things memorable and makes them affect your decision-making. If you regret wasting time on pointless things, hold onto that regret and use it as a driving force to work now and in the future. That's t
13.
▲
by
paskozdilar
4y ago
I figure it's easier when your main goal is raising your child as a life-loving person, instead of a good Catholic.
14.
▲
by
paskozdilar
4y ago
> We see that as soon as people get some money and autonomy, what do they do? They isolate. People spend a huge premium, such as business or first class plane tickets, stadium box seating, vacation retreats, man caves, etc. to isolate fr
15.
▲
by
paskozdilar
4y ago
Hopefully this will successfully separate learning from certification , which will prevent learners from being punished because of cheaters.
16.
▲
by
paskozdilar
4y ago
Ah, I see. I didn't think it was possible to run native binaries on Android. Cool to see it happen :)
17.
▲
by
paskozdilar
4y ago
How to exit vim, brutal version: Ctrl+Z kill -9 %%
18.
▲
by
paskozdilar
4y ago
So we have a Java Virtual Machine that runs a PicoLisp Virtual Machine which runs PicoLisp programs. The circle of life? Perhaps the next step would be to implement a Java Virtual Machine in PicoLisp.
19.
▲
by
paskozdilar
4y ago
Living in the pupil of one thousand eyes
20.
▲
by
paskozdilar
4y ago
Compile time/runtime dependencies often increase maintainence needs and resource usage. In the context of programming languages, dependencies are a property of a programming language implementation . LLVM is not a small system, yet Pi
21.
▲
by
paskozdilar
4y ago
Wait, Reddit is a DAW now?
22.
▲
by
paskozdilar
4y ago
I don't think it's a strange critique point - dependencies are a necessary evil, but still an evil. Minimizing dependencies is always a good thing, and I can't think of a scenario where maximizing dependencies would be desi
23.
▲
by
paskozdilar
4y ago
> If your dependency set is massive, you should probably have an extensive feature set. Assuming that having a huge feature set is a desirable quality. Sometimes minimalism is a useful goal in itself - languages with few features usual
24.
▲
by
paskozdilar
4y ago
> These mistakes are relatively easy to prevent. Assuming one knows about them. How would one learn about them, without making the same mistakes themselves?
25.
▲
by
paskozdilar
4y ago
> I once interviewed a candidate[1] who had printed off a whole list like this and insisted on grinding through the whole thing. It was weirdly offputting, but he was such a monster programmer that he was already a clear hire. It gave an
26.
▲
by
paskozdilar
4y ago
Interesting take, but still boils down to the same: satisfaction = happiness - unhappiness. What's more interesting to me is how it seems that "satisfaction" is equal to the first derivative of life quality - if your life qua
27.
▲
by
paskozdilar
4y ago
> Who needs phones this fast? Programmers who cut corners while writing phone software.
28.
▲
by
paskozdilar
4y ago
Using an email client with notification support circumferes this issue.
29.
▲
by
paskozdilar
4y ago
Honestly, I have no idea. If I recall correctly, I think there were some situations where --fix-broken did nothing for me, but the script did. I don't remember it nearly well enough to guarantee, though. One difference I'm sure
30.
▲
by
paskozdilar
4y ago
I've often encountered dependency issues on Ubuntu. One time, while dealing with NVidia/CUDA, running `apt-get -y install cuda` complained about some missing dependency. I recursively went through the error messages and installed
More ›