Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
trungaczne
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
trungaczne
3y ago
I have felt the same since Stable Diffusion came out. The thing is, things have value in society partly because human efforts were involved in its making. It's not just about the end result; people still go to concert on top of listeni
2.
▲
by
trungaczne
4y ago
I am already lifting weights regularly thank you. But it will not quell the disquietness of the mind. I suppose I can approach learning other hobbies with the same mentality: focusing more on self improvement than the practicality of it. Bu
3.
▲
by
trungaczne
4y ago
I suppose this is what people who lost their job during the industrial revolution felt like. Except we at least got a warning shot, if that matters at all. Spending all of one's life in the prison that is schooling, then the industry,
4.
▲
by
trungaczne
4y ago
I share the same thoughts. I think AI has reduced the value of human effort in a terrifying pace. Human identities are being stripped out, digitized and commercialized. There's no point in this struggle which gave life its temporary me
5.
▲
by
trungaczne
4y ago
> I don't expect google to be able to see my activity. The incognito default tab says that your activities are still visible websites. The incognito mode even explains that other people using the same device won't see what you
6.
▲
by
trungaczne
9y ago
This is an unfair comparison. For starter this version too is unoptimized, so you need to compare this with the first Rust code, which is about the same size. Moreover a lot of the "bloat" that comes with Rust code isn't beca
7.
▲
by
trungaczne
9y ago
I have spent some time with mathematical books from Dover publications and I recommend it to everybody else who is looking for good books on the subject. The contents, selection and cost are all very generous.
8.
▲
by
trungaczne
10y ago
Do you have any articles that talk about how FreeBSD does memory management differently?
9.
▲
by
trungaczne
10y ago
I suppose this is related? https://github.com/tc39/proposal-observable/pull/97
10.
▲
by
trungaczne
10y ago
I don't get the point you're trying to make. Aren't std::memory_order's guarantees supposed to work with all support archs? The code in the OP does use memory fences. Are you implying that their implementation are incorr
11.
▲
by
trungaczne
10y ago
I hardly feel that sub to be any different than other political subs. If anything, the insane censorship, hivemind of r/politics is more toxic. But I guess the latter is "quiet" so it's alright. No discussion makes the b
12.
▲
by
trungaczne
10y ago
I used to use i3 and tmux for a time. Advantage (of using tmux on top of i3): When you spin up a new window with i3, it doesn't retain the previous's current working directory. There are some hacks to make it kind of work, none of
13.
▲
by
trungaczne
10y ago
Can you elaborate on what you mean by "what amounts to a built-in IDE"?
14.
▲
by
trungaczne
10y ago
This is the link to the research paper ("Learning to protect communications with adversarial neural cryptography"): https://arxiv.org/abs/1610.06918
15.
▲
by
trungaczne
10y ago
Each process can be ptraced by only once process at any time, so if the malicious program want to avoid debuggers, they can attempt a ptrace() on their own process. If it fails, they know they are being debugged.
16.
▲
by
trungaczne
10y ago
If you are looking for 'computer science topic' knowledge, I don't think you should search a site 1) geared heavily towards math and 2) seeks to challenge participants (unlike cryptopals, which provides a guide) in the first
17.
▲
by
trungaczne
10y ago
Using the same language is useful for avoiding duplicated code, personally I find these being duplicated often: * Form validation/data sanitisation code * Translation/internationalisation * Data (de)serialisation Also you can do f
18.
▲
by
trungaczne
10y ago
I meant "That's a first" as in it was a first for me. I've seen threads almost empty where the only comments are discussion why they are so empty, but that's usually within 5-6 hours of the thread creation. I'v
19.
▲
by
trungaczne
10y ago
10 hours, 89 points and 0 comments? That's a first.
20.
▲
by
trungaczne
10y ago
I think what he means is "doing it using Unix command line utilities", like grep.
21.
▲
by
trungaczne
10y ago
I found it impossible to debug very large scripts on Firefox. Searching for a string in the script is next to impossible, it would hang the interface for minutes. In Chrome it take seconds to do something similar, you can tell that the scri
22.
▲
by
trungaczne
10y ago
Well, from what I know, sometimes you just have to have out of band communication, check the discussion in the comment here: http://250bpm.com/blog:70 It sounds like a necessary use case to me. While most people would proba
23.
▲
by
trungaczne
10y ago
I don't think message queues and signals serve the same use case. Signal could be used for out-of-band communication.
24.
▲
by
trungaczne
10y ago
I don't think he dismissed the original argument ("Facebook is bad for you") at all, he's just commenting on the use of bad rhetoric and how it detracts from Stallman's goal of convincing people not to use Facebook.
25.
▲
by
trungaczne
10y ago
I'm in the same boat, I didn't enjoy the writing at all and could not progress very far.
26.
▲
by
trungaczne
10y ago
Isn't MonetDB a columnar store? They did benchmark against MonetDB. Edit: MemSQL too is a columnar store
27.
▲
by
trungaczne
10y ago
Sorry if this is off-topic, but I've been wondering this for a long time now: is it just me or does it seem like a lot more risky to type out your credit card info on every site that supports Stripe?
28.
▲
by
trungaczne
10y ago
I was thinking something along the line of a mandatory hash/checksum along with the name of the software you are trying to install from a package manager. It does not have to be very long, just enough to avoid common collisions.
29.
▲
by
trungaczne
10y ago
I think we will have to rely on crypto hash in some form. Similar to download checksum. It won't be convenient, but it will be safe(r).
30.
▲
by
trungaczne
10y ago
The business logic of your web application should resolve around database calls. Popular databases should already guarantee these atomicity properties for you through transactions.
More ›