Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hackit2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
31.
▲
by
hackit2
2y ago
I'm happy its working for you.
32.
▲
by
hackit2
2y ago
If you practise what you preach then why aren't you using it now? Which is why I said, it only leads to one sided exchanges.
33.
▲
by
hackit2
2y ago
Kind of proved my point why reflective listening only leads to one-sided exchange.
34.
▲
by
hackit2
2y ago
Reflective Listening can be a slippery slope to hell. Yes people will love trauma dumping all their inner most unresolved issues onto you but it doesn't help you develop mature mutual reciprocal relationships with people. Unless you li
35.
▲
by
hackit2
2y ago
Most of the problem isn't the problem people are trying to solve. It is more about injecting a better mental model and then re-framing it from another perspective, that is the problem but it isn't the problem people think they hav
36.
▲
by
hackit2
2y ago
I think you've got it around backwards. Your trying to look for external validation instead of having a internal locus of control. It is nice to talk about observation of people and some how rationalize some inner monologue of some sor
37.
▲
by
hackit2
2y ago
> "you're too poor for us to give a shit" That is kind of the point that is part of the healing process is to understand to be your own judge of your own life and make changes to benefit you.
38.
▲
by
hackit2
2y ago
LLM's are a chicken and egg problem. That is to say that unless you have the corpus of terms or vocabulary of the domain then you're going to get very generic, boiler plate responses out of the model. It is a big reason why expert
39.
▲
by
hackit2
2y ago
The main benefit of a therapist is they give you the vocabulary to express a emotional state or thought process. Once you have the vocabulary to communicate your emotions then it will helps alleviate or eliminate the Cognitive dissonance.
40.
▲
by
hackit2
2y ago
When most people talk about async code it is with single threaded (hence the need not to block the event executor) applications (web-browsers, nodejs ect.). How-ever on the other end of the delirium when people talk about mutex's (lock
41.
▲
by
hackit2
2y ago
I thought F# was a derivative of OCamel that focused exclusively on immutable data structure and functional programming, instead of mutable/imperative languages.
42.
▲
by
hackit2
2y ago
True, one great thing that did come out from it is that the language needs to natively support asynchronous programming with syntactical sugar otherwise you get an explosion of libraries/frameworks that solve the problem with their own
43.
▲
by
hackit2
2y ago
Yes and no, the concept that is being communicated is that your program inherently is asynchronous how-ever the context switching/block/unblocking is abstracted away from you so you can focus on what is important to you - which is
44.
▲
by
hackit2
2y ago
In defense of Java blocking calls, in the 1990s to the 2010's the industry mostly considered Asynchronous programming as coordinating multiple threads over know yield points - such as using atomic locks, or mutexs. The main push by the
45.
▲
by
hackit2
2y ago
You could make the proposition that sequential code is inherently asynchronous in modern operating systems, because the kernel inherently abstracts the handling of blocking/unblocking your process.
46.
▲
by
hackit2
2y ago
The trick with synchronization/parallelism systems is to only communicate over a known yield point this is normally done via queues. It is the only way you get deterministic behavior from your sub-systems or multi-threaded environments
47.
▲
by
hackit2
2y ago
He is not innocent for the crime he committed (encroaching on someone else's entitles, and freedoms), how-ever you cannot (assume) or induct that he will commit a crime which you have no evidence that a crime has been committed (presum
48.
▲
by
hackit2
2y ago
It is a gross abuse of the state to hold a person past their sentence. The whole point of criminal law is presumption of innocence. If that wasn't the case you would have to prove beyond a reasonable doubt to the state that you didn&#x
49.
▲
by
hackit2
2y ago
It isn't a good idea to circumvent corporate environment networks. they're there for a reason, and doing it shows a lack of professionalism and dis-respect for the organization process, procedures, and security. Yes it takes weeks
50.
▲
by
hackit2
2y ago
> where in the end it turns out a lot of issues are just people not talking to each other or misunderstanding each other? What makes a huge difference is how you frame your interactions. If you extrinsic your interactions you're all
51.
▲
by
hackit2
2y ago
How you choose to react to situations, and how you choose to act in your life is what defines your identity. Not the results you gained by effort or achievement or lack thereof. > that one is contributing to something I feel sorry for pe
52.
▲
by
hackit2
2y ago
People use their job as an identity - and via extension some use religion, one of the lessons you learn later on in your life is that your identity isn't your job, achievements, money, anything. You identity shouldn't be dependent
53.
▲
by
hackit2
2y ago
When I made a comment on one video about the Ukraine war, Google instantly deleted my Youtube channel (that had nothing on it), citing the comment was against their community guidelines. After that I'm hesitant to use any of services t
54.
▲
by
hackit2
2y ago
That is a very simplistic perspective of 'capitalism', it is a bit more nuance than that. It typically requires intervention to prevent it from destroying the economy because of insider trading, liquidity, and monopolist practices
55.
▲
by
hackit2
2y ago
I do think there are some geniuses working on the Chromium code base, and I would imagine there are really good reasons for doing it their way. I would imagine also Ladybird over time will face the same problems, and come up with similar so
56.
▲
by
hackit2
2y ago
Last time I checked out Chromium code base it was about 300-400 Megs of uncompressed cpp files. Lets not also forget the fact you also needed to run some code generator script that generated another 200 Megs of DOM files, or interface files
57.
▲
by
hackit2
2y ago
Yeah you were not around when a kb of memory took up half your room. Looking back it doesn't make sense but at the time a byte was what-ever you wanted it to be. Considering number of characters in English language is 26, it is reasona
58.
▲
by
hackit2
2y ago
Are you building your future? I'm 41, and there are probably other users here who're older than me how-ever I was told when I was 16 that ftp/smtp/csv/https/oracle/database are legacy technologies but ever
59.
▲
by
hackit2
2y ago
As long as you get the job done within the estimates and make the client happy you're meeting your employment or job obligations. There is a lot of high paying salaries where people still parse csv jobs, and perform manual reporting wi
60.
▲
by
hackit2
2y ago
I did games first, then switched over to crud or simple oracle form programming. I tripled my original game programmer wage overnight.
More ›