Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
they4kman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
they4kman
3y ago
> the entire explorative part of software development that is really not the strong point of Rust This is what keeps me orbiting but never quite landing on Rust. Things I'm pretty damn sure are safe come back red-stamped, and once I
2.
▲
by
they4kman
3y ago
Black Mesa is definitely a beautiful experience – especially for "younger" folks like me who missed the HL1 boat by a few years. Mind, though, that development appears to have ceased on Black Mesa; and while it's basically 99
3.
▲
by
they4kman
3y ago
I was in the middle of a courtroom >:(
4.
▲
by
they4kman
4y ago
A refund _is_ a chargeback – the only difference is who initiates it. Technically, any time funds are moved onto a card, it's called a chargeback. This is how one would load a gift card, for instance. When it comes to credit card merch
5.
▲
by
they4kman
4y ago
Yeah, so the lore goes, Musk just wanted to send humans to Mars, and had no intention, originally, to build his own rockets. The first tactic was to retool an ICBM for spacier spaceflight, but the Russians laughed them out of the country.
6.
▲
by
they4kman
4y ago
To forgive is to let go of our own disturbances about the situation, and we may choose to never tell the subject of the forgiveness. Whether we wish to continue/rebuild a relationship with the subject doesn't need to depend on whe
7.
▲
by
they4kman
4y ago
https://devdocs.io/ exposes a huge catalog of indexed and searchable collections of documentation for a wide variety of languages, libraries, and subjects, including HTML, JS, and CSS – though, the only GL I see is WebGL –
8.
▲
by
they4kman
4y ago
Reading and remembering code is allowed under all the OSS licenses. It's the reproduction of the code that's restricted. The blurry question is always: how much does an expression have to change between it being classified as an e
9.
▲
by
they4kman
4y ago
The triggering comment was this > Perfect for gorgeous looks, can push asap @EpicGames/artv2-admin @EpicGames/developers @EpicTeamAdmin The entire diff of the PR is: diff --git a/README.md b/README.md index b0
10.
▲
by
they4kman
4y ago
I just want a tool that syncs all my Liked songs into a playlist, so I can use Playlist Radio with it.
11.
▲
by
they4kman
4y ago
Excellent! Thank you!
12.
▲
by
they4kman
4y ago
Does mataroa, or a similar platform, offer syntax highlighting? I'm on month 80 avoiding setting up a blog to capture my occasional thoughts and frequent side project adventures – mostly because I'd rather fiddle with the side pro
13.
▲
by
they4kman
5y ago
I imagine only having to store 5 bits for the differences accounts for a large swath of the savings. With the first letter bucketing the rest of the words in a sort of trie-like behaviour, I wonder if there's enough duplication of succ
14.
▲
by
they4kman
5y ago
I do that a lot already, in my dumb car.
15.
▲
by
they4kman
5y ago
The customer wants convenience, the developer wants to give convenience, and Apple charges 10-30x the going rate of merchant fees for it. And neither the developer nor the customer can pick a different style of convenience. I don't thi
16.
▲
by
they4kman
5y ago
You can create saved searches, like sorting by new for a tag you're interested in. I don't have email notifications setup, but from time to time I visit my saved search for pytest questions -- which is a subject less inundated wit
17.
▲
by
they4kman
5y ago
Just recently, I was putting some SQL into a PR description and wanted to keep implementation-specific details out of it. Specifically, I wanted to show a CHECK constraint. I figured I'd go see if they were in the SQL standard... and t
18.
▲
by
they4kman
6y ago
I purchased the aluminum case along with my LimeSDR. A few months ago, I figured out how to use trunk-recorder, and the Lime has been my police/EMS radio scanner ever since. It's been running almost nonstop for months, and I haven
19.
▲
by
they4kman
6y ago
For complicated situations like this, nothing beats MacPorts. Where brew is generally based on recipes (read: collection of bash scripts) that may or may not play well together, MacPorts is a package system with well-defined dependencies. T
20.
▲
by
they4kman
7y ago
I see that the Developer plan allows for 100 enterprise users, and the Corporate plan for 500. The Free plan allows for unlimited SSO users. What's the difference between an SSO user and an enterprise user?
21.
▲
by
they4kman
7y ago
arewefastyet.com used to show benchmark comparisons between Firefox, Chrome, and Safari. It seems to now only show Firefox's performance across a slew of benchmarks. However, the old metrics are still available on the Wayback Machine:
22.
▲
by
they4kman
7y ago
A confusing vocabulary kills the curiosity of casual observers — those who'd gain the greatest joy from seeing how seemingly separate concepts coalesce. The world is an endless adventure in ever-expanding tendrils of interest, if not g
23.
▲
by
they4kman
11y ago
I'm using this library for a side project, whose main application is on mobile. The layout system and styles are absolutely fantastic, but the library falls short on forms. Specifically, the range input uses a bubble on mouseover, whic
24.
▲
by
they4kman
14y ago
I recall the day I didn't stop thinking how to break a problem down. I kept chipping away till each bit was dead simple. It was absolutely magnificent! It could be applied to everything! But within a month, I'd lost what I took for granted:
25.
▲
Remove leading zeros in Python datetime formatting
(y4kstudios.com)
2 points
by
they4kman
14y ago
|
0 comments
26.
▲
by
they4kman
14y ago
I don't mean the actual login to Google or Gmail; I mean the login form that pops up to login to Ge.tt when I click the button to upload to Ge.tt.
27.
▲
by
they4kman
14y ago
This is wonderful, as it allows me to quickly send executables through Gmail, which has been an issue (small, but annoying) when dealing with clients. How is the login through Gmail secured, though? Also, just a little complaint: grabbing
28.
▲
Python: Making ctypes Structures Beautiful
(y4kstudios.com)
44 points
by
they4kman
14y ago
|
8 comments