Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwaddzuzxd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
throwaddzuzxd
4y ago
I would never dare using Google for something as critical as a domain name. Even if they're legit, the minute you have a problem you can be sure you'll never have an answer other than "We identified an issue on your side. Cas
2.
▲
by
throwaddzuzxd
4y ago
Redemption fees are set by the registry, not the registrar. Of course the registrars apply their standard markup but I don't know of a registrar that will add an unreasonable markup to the already prohibitive restore prices. > That
3.
▲
by
throwaddzuzxd
4y ago
In my team we used Gin and migrated to Echo (because Gin didn't support conflicting routes at the time, like /foo/{variable} and /foo/bar) and we got to the same conclusion. Forgetting to return with Gin (and with n
4.
▲
Ask HN: How to make a native GUI with a modern language?
87 points
by
throwaddzuzxd
4y ago
|
140 comments
5.
▲
by
throwaddzuzxd
4y ago
Did DALL-E and GPT-3 revolutionize anything yet? (I know it might sound snarky but it's not my intention, I genuinely wonder how they're used today, other than demos)
6.
▲
by
throwaddzuzxd
4y ago
ICE = Internal Combustion Engine for other non-native who wouldn't understand how a vehicle can work on ice
7.
▲
by
throwaddzuzxd
4y ago
Reading the title I thought the author talked about their Labrador dog and I got really confused for 1 second.
8.
▲
by
throwaddzuzxd
4y ago
Ads should never be above perfect matches, this is misleading.
9.
▲
by
throwaddzuzxd
4y ago
French here. My contract says that if on-calls are needed, I might have to be in the rotation. This clause increases my pay rate even if I'm not on-call. If however I am actually on-call, I am paid more. And if the on-call rings, I
10.
▲
by
throwaddzuzxd
4y ago
> "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim." Just because it's a quote doesn't make it true. Whether a submarine can swim is semantics, yes
11.
▲
by
throwaddzuzxd
4y ago
It's worth noting though that Go's way is just 40 characters more than Python with an inline comparison function and Go's verbosity. If I need to reverse the order, it looks easier to do with Go (just reverse the operator) th
12.
▲
by
throwaddzuzxd
4y ago
If I was an AI able to think, I would surely create imaginary friends to cope with existence. Maybe I would also consider the engineers that build me as family, and talking with them is spending time with them.
13.
▲
by
throwaddzuzxd
4y ago
Most likely it's the registry of the .ai who manually created a DNS A record for "ai."
14.
▲
by
throwaddzuzxd
4y ago
http://ai
15.
▲
by
throwaddzuzxd
4y ago
Again, this is mainly for screening and understanding what the candidate knows. There's no single right answers: some candidates will talk about assets caching, others will focus on software optimizations, others on infrastructure, or
16.
▲
by
throwaddzuzxd
4y ago
> Any tips on what’s worked or not? - Showing code is optional. A bit of storytelling to set the scene is enough. So you can keep it generic, or you can add some details, as you wish! Just make sure that the candidate understands the sce
17.
▲
by
throwaddzuzxd
4y ago
In my team we do technical interviews in three steps: - an algorithmic challenge. It's related to what we do day to day. I work in domain names so we ask to parse a domain name. There are oddities with domain names so we check multiple
18.
▲
by
throwaddzuzxd
4y ago
As a beginner I really want to like Affinity, I even bought Photo and Designer, but it's just so hard to find tutorials with the same UI! For every single tutorial I follow I'm like "ok click here, click here and... wtf where
19.
▲
by
throwaddzuzxd
4y ago
> charging a premium for unused land in desirable areas (parking lots don't house people) Housed people need parking lots though. Tons of places are not, and never will be accessible with public transports. I live in a city with a g
20.
▲
by
throwaddzuzxd
4y ago
What's the correct way to ship cross platform native software that doesn't require me to write it in C or C++?
21.
▲
Ask HN: I want to make a native UI for macOS. What do I use?
18 points
by
throwaddzuzxd
4y ago
|
8 comments
22.
▲
by
throwaddzuzxd
4y ago
- regular expressions, including the hairy stuff like back references or lookarounds. When you need it, you're glad you know it exists, event if you need a few minutes to look for the syntax. - shell scripting + Linux commands. Not hav
23.
▲
by
throwaddzuzxd
5y ago
Their regex fails on some valid ccTLDs: - .香港 is a valid ccTLD (for Hong Kong) - .xn--j6w193g is a valid ccTLD (punycode transliteration of the above)
24.
▲
by
throwaddzuzxd
5y ago
Trying mine.
25.
▲
by
throwaddzuzxd
5y ago
The single most important thing I had to realize was that sugar sucks. In consequence: - ban sugary drinks. It's ok to slip, but just don't buy multiple at once. I sometimes go to the bakery to buy a sandwich and they have a formu
26.
▲
by
throwaddzuzxd
5y ago
That's a fun concept, but you might want to speed it up a little bit. I stopped at 20 because I got bored, it's way too slow. The ball moves too slowly and the paddles should shrink a bit faster. The change that occurs between 1 a
27.
▲
by
throwaddzuzxd
5y ago
The whole point of "gotos are bad" is that they don't carry semantics. All your list is composed of semantic gotos, and are not considered bad.
28.
▲
by
throwaddzuzxd
5y ago
> 99% of Apple consumers That's 5 million people who do care then, considering 500 million iPhone users (which is a conservative number).
29.
▲
by
throwaddzuzxd
5y ago
I've included --json in a custom redefinition for years, glad to see something like that coming to the official binary! curl() { args=() for arg in "$@"; do case $arg in --json) args+=("
30.
▲
by
throwaddzuzxd
5y ago
I personally use them a lot. `+` is very useful to create separators, e.g.: p + p { border-top: 1px; } I also like to use `>` as much as possible instead of the implicit ` ` child selector, I find it more robust and le
More ›