Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Shish2k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Shish2k
10d ago
What if you're an artist who enjoys creating your own art, but also, you need to pay rent?
2.
▲
by
Shish2k
11d ago
Says who? (Of my 200+ published repos, I'd say about 175 contain code I wrote purely to scratch my own itches - if other people find it useful, great! If they don't find it useful, that's also fine with me - I'm not sure
3.
▲
by
Shish2k
12d ago
Why is it any of your business how I do or don't describe my repos? (Genuine question, it seems like a really weird demand to impose on other people for no particular reason)
4.
▲
by
Shish2k
15d ago
> many developers have not learned git in depth TBH learning git in depth was a hindrance for me learning jj - for my first few weeks I kept instinctively looking for complex solutions to simple problems and being confused, when the answ
5.
▲
by
Shish2k
27d ago
Unfortunately time and time again, the overwhelming majority of people show that they would rather deal with an unreliable scummy company for "free" than pay $1/mo for a reliable service which treats them with respect :(
6.
▲
by
Shish2k
27d ago
"sophistication" seems like a strange way to describe GitHub to me - I've found in every individual aspect (code browsing, issue tracking, code review, package management, etc), it's the worst out of all the systems I us
7.
▲
by
Shish2k
27d ago
The Direct Rendering Manager is useful for any Linux user who wants to display things on a monitor (unless you're happy with like 640x480 VESA, in which case maybe you don't need it)
8.
▲
by
Shish2k
2mo ago
Some people like to have choices other than "all" and "nothing"
9.
▲
by
Shish2k
2mo ago
I would imagine RSS solves this pretty nicely? (Though personally I subscribe to project blogs for major updates; the GitHub news feed is overwhelming with information I don't care about)
10.
▲
by
Shish2k
2mo ago
None of that is anything to do with collections
11.
▲
by
Shish2k
2mo ago
Other platforms have been doing it this way for over a decade, and I've found stacked diffs (with Phabricator and Gerrit at least, not tried the GH version yet) to massively simplify my workflow o_O
12.
▲
by
Shish2k
2mo ago
I am confused - I love JJ and stacked diffs with Gerrit and Phabricator, but trying to port that same "each commit gets reviewed individually, and things don't break when a half-reviewed stack gets rebased" workflow to GitHub
13.
▲
by
Shish2k
2mo ago
JJ, Gerrit, codebutler, and I think a couple of others have all basically agreed upon a syntax for change IDs and they are converging their prior ad-hoc formats into one; but last time I checked, the request to the upstream git team of &quo
14.
▲
by
Shish2k
2mo ago
Funnily enough the two features that I've missed from phabricator are Stacked Diffs and the per-user opt-in whimsy mode, maybe GitHub can copy the latter next? :D
15.
▲
by
Shish2k
2mo ago
A couple of days ago I split a single class which did 5 barely-connected things, where each of the 5 entry points had another 5-10 private helper methods (none of which were shared between entry points), into 5 separate classes which each d
16.
▲
by
Shish2k
3mo ago
I'm am curious how you used satisfactory trains - I always found the satisfactory stations to be so overwhelmingly huge that they basically didn't fit anywhere (unless I build a layer of foundations a couple of hundred feet in the
17.
▲
by
Shish2k
3mo ago
... I'm only now realising thanks to this comment that they are two different people >.>
18.
▲
by
Shish2k
3mo ago
I was typing on a keyboard without a euro symbol, and ballparking the exchange rate was simpler than finding one :P
19.
▲
by
Shish2k
3mo ago
Followed the app's instructions to go to gate 15, sat there waiting for the gate to open, until eventually getting a notification that I'd missed the flight from gate 30. Went to the help desk, was told that since I was the only p
20.
▲
by
Shish2k
3mo ago
This is a reasonable point, if "enemies of freedom" and "enemies of America" are synonymous...
21.
▲
by
Shish2k
3mo ago
This doesn't prevent overrunning the buffer -- it means that when you do overrun the buffer, it does less damage
22.
▲
by
Shish2k
3mo ago
They stopped getting new features a few years ago, and existing features have been gradually removed...
23.
▲
by
Shish2k
3mo ago
People within Meta have been campaigning for this for _years_; even people as high up as John Carmack were pushing for open bootloaders on deprecated hardware (and he achieved that on the Go headset, but not as a general policy)
24.
▲
by
Shish2k
3mo ago
> It is sad that it takes a Meta developer having some fun to realize they should open up ADB. I'm not even sure if the motivation is as positive as that - the video, blog, and dev docs read more like a sales pitch for meta's A
25.
▲
by
Shish2k
4mo ago
javascript uses floats as its own default numeric data type; but other languages do have integers, and might want to convert those integers into a JSON (string) representation
26.
▲
by
Shish2k
4mo ago
FWIW you can still have a staging-area-like workflow with JJ - it's just that while git has "commits", "the staging area", "the working directory", and "stashes" as four separate concepts with fo
27.
▲
by
Shish2k
4mo ago
Last I checked (2 years ago) Meta was using Sapling, a very heavily customised open source Mercurial frontend with proprietary backend. FWIW the Sapling frontend can also be connected to a Git backend, and I've been using that for all
28.
▲
by
Shish2k
4mo ago
Except if you're posting stories online, in which case it's most likely a gibimesh, though people use the terms interchangeably
29.
▲
by
Shish2k
4mo ago
In the circles where I hang out I think community opinion is that go is _fine_, but python has faster iteration speed for experiments, and rust has better correctness and performance for production, so there's less excitement around it
30.
▲
by
Shish2k
4mo ago
Facebook started out PHP; but they ship-of-theseus'ed it into Hack by replacing the standard library, the language, and the runtime engine, so now it's a totally different thing with only a few superficial similarities (FWIW IMO H
More ›