Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
viktorcode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
151.
▲
by
viktorcode
1y ago
They will learn to pay for high quality data instead of blindly relying on internet contents.
152.
▲
by
viktorcode
1y ago
AI poisoning is a better protection. Cloudflare is capable of serving stashes of bad data to AI bots as protective barrier to their clients.
153.
▲
by
viktorcode
1y ago
I wish Cloudflare would roll out AI poisoning attack as protection for their clients (providing bad data cache to AI bots), instead of this. Would work like a charm.
154.
▲
by
viktorcode
1y ago
There's a technical possibility, but it's not a thing, as in there's not a lot of iPhone users interested in that
155.
▲
by
viktorcode
1y ago
We can relax; it's only about YouTube shorts
156.
▲
by
viktorcode
1y ago
I cannot stress that enough: do not use your ISP provided DNS.
157.
▲
by
viktorcode
1y ago
The companies do that because they already had an applicant from abroad for this role they accepted. And now they must wait out the period for job posting to be live before inviting the applicant.
158.
▲
by
viktorcode
1y ago
I’m sorry, but outside of venture capital world one person billion dollars company already happened. Remember Minecraft?
159.
▲
by
viktorcode
1y ago
For reference, here's Apple's requirements for browser engines in EU: https://developer.apple.com/support/alternative-browser-engi...
160.
▲
by
viktorcode
1y ago
I think that was a buyout. Government offered money for the guns.
161.
▲
by
viktorcode
1y ago
Please watch this for yet another take on the issue: https://www.youtube.com/watch?v=j68UW21Nx6g The points are: game graphics is indeed suffering, but the problem is not being unlike films and photos, it's the opposit
162.
▲
by
viktorcode
1y ago
The idea is to just wrap them in a unique type per intended use case, like AccountID, SessionID, etc. and inside the may contain a single field with String.
163.
▲
by
viktorcode
1y ago
I see what she did here. That's just for silicone, not for the ready to use product. I expect the final US-made CPU available for sale cost to jump significantly higher than 20%
164.
▲
by
viktorcode
1y ago
I refer to that kind of content availability as geo-locking. Geo-blocking is specifically for blocking internet access based on the client's locality.
165.
▲
by
viktorcode
1y ago
> Blocking is the wrong terminology here. This is geo-blocking, by definition. Personally, it's always sad when a company agrees to censor on their own merit when they don't have legal obligation to.
166.
▲
by
viktorcode
1y ago
I'm not sure if you are serious or not with that proposition that would treat gatekeepers more strict than monopolies. Regardless, I wanted to point out the obvious: each new broad regulation increases the cost of operating in the mark
167.
▲
by
viktorcode
1y ago
Look at Concord. It was turned off immediately, because there was no players interest and Sony decided to cut the losses right away. Under the proposed rules they wouldn't be able to just kill a game they had high hopes for but ended u
168.
▲
by
viktorcode
1y ago
In the light of that dynamic I fund it curious that Russian prisons population is rapidly declining too, but for very different reason.
169.
▲
by
viktorcode
1y ago
Maybe we should not have the app to do that, but we can have it and personally I missed that one tap convenience on my Mac.
170.
▲
by
viktorcode
1y ago
… or sideboard for free for a week.
171.
▲
by
viktorcode
1y ago
I might be misunderstanding your problem, but if you want to easily switch DNS there is an iOS app I was using. Sadly, don’t remember what it was called, but I’m sure an AppStore search will yield possible solutions
172.
▲
by
viktorcode
1y ago
Fact of life: cheap Android phones are funded by ads. Same holds true for TV sets.
173.
▲
by
viktorcode
1y ago
Just use a VPN that's not on the list. It is also will be useful to learn other ways to get around internet censorship which people use in the countries like China and Russia
174.
▲
by
viktorcode
1y ago
It can be done, but for my environment the sum of all prompts that I end up typing to get the right result ends up being longer than the actual code. So now I'm using LLMs as crapshoot machines for generating ideas which I then impleme
175.
▲
by
viktorcode
1y ago
> And incidentally, I've used startObservation() in places, and it's crippled by another idiotic design choice: It only works once. It reports the first change, and then never another one. So in the onChange closure, you have t
176.
▲
by
viktorcode
1y ago
> To install your own personal homebrew apps without Apple's approval, use AltStore (Windows) or SideStore (Linux) It works by signing the build with your personal Apple ID, using Apple servers.
177.
▲
by
viktorcode
1y ago
Unlike Rust, it has some C++ binding, which is extremely useful.
178.
▲
by
viktorcode
1y ago
> Truly incredible that they not only defaulted, but LIMITED change-detection to WILL-change That's not strictly true. You get the new value inside the closure. This is very useful for observing changes on data model that drives Swi
179.
▲
by
viktorcode
1y ago
My guess is you've encountered issues with actor isolation made suddenly explicit in your language upgrade. This is exactly what's addressed in Swift 6.2, so it won't be nonsensical in that case. Speaking from my personal exp
180.
▲
by
viktorcode
1y ago
The actual targets are very different. For Rust is to be memory safe and available at any level starting from embedded. For Swift it is to be readable.
More ›