Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jcstk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jcstk
27d ago
Great game! Almost captured the feeling I got playing the original Deus Ex that I pirated off Hotwire 25 years ago. But after watching a YouTube video of the OG Deus Ex, I think some of that feeling was just being a kid and seeing something
2.
▲
Maybe AI ads are a good thing
(joeconway.io)
2 points
by
jcstk
7mo ago
|
1 comments
3.
▲
by
jcstk
7mo ago
Religion is a subset of ideology, and both are a mechanism to recruit labor to fight and not the reason for conflict. Material isn't cheaper to buy, the "owner" of the material has all of the leverage - lock them in like a Sa
4.
▲
OpenClaw is Uber Eats for clicking your mouse
(joeconway.io)
2 points
by
jcstk
7mo ago
|
1 comments
5.
▲
by
jcstk
7mo ago
It's not that deep, he's not even writing it
6.
▲
by
jcstk
7mo ago
OK. Tesla Trailing P/E: 390.70 Apple Trailing P/E: 34.11 Ford Trailing P/E : 11.74
7.
▲
by
jcstk
7mo ago
It's influencer marketing. These 'ego battles' are a show to keep their brand in front of you. It's engaging like reality television. This is very valuable, especially for companies that need to fund their growth through
8.
▲
by
jcstk
8mo ago
Yes, it was crazy. $2/hour in 1997 dollars! Agreed… I think only Pubg has come close to replicating the intensity of emotion in PvP (which was my main interest in playing)
9.
▲
by
jcstk
8mo ago
I got into programming through MUDs, have the fondest memories of those times and deeply appreciate their role in my life. I ran up a giant AOL bill playing Dragon's Gate that I had to work off by doing data entry that helped me unders
10.
▲
by
jcstk
9mo ago
The free encyclopedia is an advertisement for a nonprofit that does a lot of things: https://wikimediafoundation.org/what-we-do/ . They manage costs of producing the encyclopedia by using volunteer labor. They operate a
11.
▲
by
jcstk
9mo ago
His keen eye and intellect - valuable traits as a laborer in a knowledge economy.
12.
▲
by
jcstk
9mo ago
It is an advertisement.
13.
▲
by
jcstk
9mo ago
No, that was just good advertising in an era where there were few entities that could afford to broadcast at scale.
14.
▲
by
jcstk
9mo ago
HN is an advertisement for Y Combinator. You and I contribute content to advertise our identity and ego.
15.
▲
by
jcstk
9mo ago
Any information that comes to you for free or is on a screen is an advertisement. All of it. That's the point. Do you think people spend millions and billions of dollars creating and maintaining a content delivery network because they
16.
▲
by
jcstk
1y ago
One thing I find interesting about reading is that it's done in the voice of the reader, not the writer. Shame and manipulative high-pressure sales tactics... interesting perspective. Personally, I write to inspire people to get curiou
17.
▲
Technology isn't invented, it's inevitable
(joeconway.io)
3 points
by
jcstk
1y ago
|
3 comments
18.
▲
by
jcstk
2y ago
FWIW, I enjoyed the hundreds of hours I spent with dart:mirrors to automate serialization, and the code-generation heavy approach always felt like kind of a bummer. But I feel like AI-assisted programming solves the majority of use cases th
19.
▲
by
jcstk
2y ago
I'm talking about my current experience, not the delta over time. I've been using Spotify since 2011.
20.
▲
by
jcstk
2y ago
I'm reading these comments and I'm thinking "are we using the same Spotify?" I don't see any AI music, I don't get Podcasts pushed on me, the UI is fine, playlists are fine and I get new music I like suggested
21.
▲
All KPIs are derivatives of revenue or cost
(joeconway.io)
3 points
by
jcstk
2y ago
|
0 comments
22.
▲
by
jcstk
4y ago
The author provided data and graphs to highlight the problems in America he believes are being caused by a root problem of society having low expectations for men. He doesn't provide any data to reflect what society's expectations
23.
▲
by
jcstk
4y ago
I can appreciate this perspective because I used to have it. I even wrote a similar blog post 10 years ago - it was on the top of HN and the comment section was a beautiful shitshow. For me, this perspective was a good story to tell myself
24.
▲
by
jcstk
8y ago
I’ve found that I’m at least more willing to make quick typo fixes and deploy them when I just have to make the change locally and do a single push. This is especially true (for me) when there is some additional web content that is not gene
25.
▲
by
jcstk
8y ago
Awesome and congrats. We started using MkDocs for https://aqueduct.io/docs/ , and have since used it for a ton of projects. Some things that we found really useful were that it indexes all of your content for full text
26.
▲
by
jcstk
9y ago
Ditto on generic methods both changing the game for Dart and being necessary. I spend most of my time in Dart, Swift and ObjC, and I've built serious applications in Erlang and Java. All of which I like for different reasons. My opinio
27.
▲
by
jcstk
9y ago
Just through observation. Breakpoints just started to work and a pesky race condition between isolates became reproducible.
28.
▲
by
jcstk
9y ago
For a bit more detail: The main isolate creates an Application instance that has N number of supervisors, one for each isolate. The isolates are launched and go thru their initialization steps, reporting back to their supervisor. The applic
29.
▲
by
jcstk
9y ago
Hmmm, no, that's not accurate. You specify a folder serving static content and the HTTP path is resolved against that folder. e.g. router.route("/*").pipe(new HTTPFileController("web/"); router.route
30.
▲
by
jcstk
9y ago
Yup! Each isolate has its own event loop... and I'll do a terrible job explaining that as its late in the day, so I included a reference link [1]. The memory consumption of an isolate depends on the size of the application code. Each i
More ›