Viewing profile — cyclotron3k
cyclotron3k
HN member- Joined
- Wed, Jun 05, 2019, 11:47 PM UTC
- HN karma
- 612
- Public activity
- 164 items
- HN profile
- View on Hacker News ↗
About cyclotron3k
No profile information was provided.
Recent public activity
-
comment
Comment #48865730
Crashes my Firefox on Android too
-
comment
Comment #48748891
From godot's pov though, banning AI won't guarantee some arbitrary contributor's PR doesn't include GPL code.
-
comment
Comment #48744684
I'm not disagreeing with you, but it's worth noting there were plenty of GPL violations before LLMs existed.
-
comment
Comment #48681035
This article doesn't land for me. The author complains about having to scan the code in sequence, but overlooks the fact that a waiter/waitress/till can only serve one person at ti…
-
comment
Comment #48680993
> What the article misses is that money is saved for the company by moving the work to the customer / end user. It doesn't miss it. The whole framing of the article is the Dooman F…
-
comment
Comment #47027689
This is a fantasy. No one is going to pay you to take your waste away and dispose of it. You would have to pay them. So now there's a strong financial incentive to a) not over prod…
-
comment
Comment #46822023
I've reached a steady state where the rate of learning matches the rate of forgetting
-
comment
Comment #46807616
Would the data from this satellite be freely available to the public? I couldn't see anything obvious
-
comment
Comment #46011478
Interesting and useful article, but: > If you are new to 3D printing and/or CAD for 3D printing, this is not the right article for you. I feel like I would have been fine with this…
-
comment
Comment #46001620
> I don't know a single homeschooler that sits at home all day long. Well, you wouldn't, would you? Sorry, not to detract from your other points, but I thought it was funny.
-
comment
Comment #45923707
Agreed. Seemed like a particularly poor choice to show off the capabilities of an image compression algorithm
-
comment
Comment #45574076
OP makes an app for his own needs and his own phone and decides to share it for free, at considerable cost ($100/yr), and your response is to ask him to remake it for you, from scr…
-
comment
Comment #45563762
Until you click the "accept" button, you haven't agreed to accept any cookies, so if you instead click through to settings, it shows you the current state: cookies off. I think the…
-
comment
Comment #45342439
This will pair very well with my Anthropologie rock.
-
comment
Comment #45129404
Can't you right-then-left-click the flagged mine? Iirc there's an awkward way of doing this
-
comment
Comment #44718376
Send the descriptions via the blockchain so there's an immutable record
-
comment
Comment #44272970
If you're making an icon of Tower Bridge, you're going to tag it with "London" and "bridge", so it's going to turn up in all searches for London bridge. At this point though, the t…
-
comment
Comment #43953049
Hey, they don't have excel or word, like I have at work, and none of the other professional software like Photoshop or premiere, I can't play AAA games, and none of my friends use …
-
comment
Comment #43949460
In practice, it's not really an issue. In some applications (most notably terminal emulators, where ctrl+c is already used to terminate a process) you have to use an alternative co…
-
comment
Comment #43830644
Can you speak more of this best in class tooling?
-
comment
Comment #41278474
A quick google says Doug Mills was using a Sony a1, which has a rolling shutter, and as the bullet was not perfectly level, the trace length could also have been affected by that.
-
comment
Comment #41105760
> It doesn’t even matter if I’m right. Sometimes, you just have to be kind. The article seems to imply that kindness/correctness are somehow mutually exclusive. Even if that wasn't…
-
comment
Comment #40804694
I was wondering the same thing too. And even if you wanted to keep this odd behaviour, it could be better written as /^[izehsglbo][izehsgl]o?$/
-
comment
Comment #40765710
Personally, I find Ruby's syntax more natural, (I'm going to be heavily biased though, having written Ruby for 10+ years). But for example, let's say I wanted to make a hash (dict)…
-
comment
Comment #40764717
Huh, TIL! Requiring `irb` has been unnecessary since 2.5 and I never noticed.