Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
skymt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
skymt
4y ago
Perhaps the zooming presentation was, but the mechanical inspiration was a different jam game, Sokosoko. https://juner.itch.io/sokosoko
2.
▲
by
skymt
5y ago
About half of smartphones sold in the US and Canada are iPhones. The Mexican market is dominated by Android.
3.
▲
by
skymt
5y ago
It came out a couple months ago. https://www.oculus.com/horizon-worlds/
4.
▲
by
skymt
5y ago
Bleem successfully defended their commercial PlayStation emulator against a lawsuit from Sony, setting a solid precedent in US law even though the legal costs ended the company. https://en.wikipedia.org/wiki/Bleem!#Sony
5.
▲
by
skymt
5y ago
AV vendors have points of contact to report false positives. They don't always respond quickly , but they're not brick walls. Reliable FPs from a specific toolchain seems like something their team would be especially interested i
6.
▲
by
skymt
5y ago
There are a couple arguments against case-insensitive filesystems I think are strong. The first is simply compatibility with existing case-sensitive systems. The second is that case is locale-dependent, so a pair of names could be equivalen
7.
▲
by
skymt
5y ago
Let's hear what the father of the web had to say about web 3.0. > People keep asking what Web 3.0 is. I think maybe when you've got an overlay of scalable vector graphics – everything rippling and folding and looking misty – on
8.
▲
by
skymt
5y ago
Not the worst place to start, but considering palm oil has been used in cooking for thousands of years it's not clear what that principle has to do with this story.
9.
▲
by
skymt
5y ago
Please understand that blanks are live rounds and can be deadly if handled without care. Saying it was a live round does not mean it was a bullet. From the article: > A source close to the union said Local 44 does not know what project
10.
▲
by
skymt
5y ago
You're probably thinking of "Personal Blocklist", an official Chrome extension developed by Google. It's no longer available. https://www.ghacks.net/2010/03/18/blacklist-google-search-re...
11.
▲
by
skymt
5y ago
TES3MP is being merged into OpenMW. https://openmw.org/2019/time-to-make-stuff-official/
12.
▲
by
skymt
5y ago
A writeup from an esports org on hardware cheating: https://blog.esea.net/esea-hardware-cheats/
13.
▲
by
skymt
5y ago
Many of those modern-retro adventures are now playable in ScummVM thanks to the addition of AGS support.
14.
▲
by
skymt
5y ago
Crusader was built on the engine written for Ultima 8, which is supported as part of the ScummVM project's expansion into CRPGs. MacVenture support has been tinkered with over a couple of GSoC terms. It's not ready but there'
15.
▲
by
skymt
5y ago
You may have played it on ResidualVM, a project that has now been merged into ScummVM.
16.
▲
by
skymt
5y ago
Commerical PICO-8 games are a minority but they exist. PICO-8 can export a standalone Windows, Linux or Mac executable, or a web page. The license explicitly grants the right for authors to sell exported games. https://itch.io&#x
17.
▲
by
skymt
5y ago
This is what I use: youtube.com##.ytp-suggestions youtube.com##.ytp-pause-overlay youtube.com##.videowall-endscreen youtube.com###related youtube.com##ytd-comments
18.
▲
by
skymt
5y ago
Mastodon uses an HTML microformat called h-feed for federation of user feeds. h-feed is based on hAtom, which is a microformat encoding of the Atom feed format. So your idea isn't all that far off from how the most popular federated so
19.
▲
by
skymt
5y ago
> I could imagine an extension that's modal and allows its own plugins to be written in JS and then loaded. This doesn't seem at all to be a fundamental limitation, just "Vimium et al aren't designed this way." C
20.
▲
by
skymt
5y ago
Did those chat programs encrypt messages end-to-end while syncing message history across devices?
21.
▲
by
skymt
5y ago
This clip from the latest (full-priced) entry in the NBA 2K series has been going around the last few days. Truly pushing boundaries in in-game advertising. You can visit a State Farm retail outlet and talk to an employee who says what a bi
22.
▲
by
skymt
5y ago
Edge defaults to Bing for searches, which is a direct source of revenue via ads. Edge also uses browser history for ad targeting via the "personalize your web experience" option; I don't recall whether that's enabled by
23.
▲
by
skymt
5y ago
The Gemini protocol is intended to exclude features that could be used for tracking. It has no cookies, user-agent, referer, etc and the protocol is not extensible enough that such features could be easily added. Also, frankly, the spartan
24.
▲
by
skymt
5y ago
If you consider AI to be similar enough to humans to directly map our ideas about copyright and fair use, then copyright is way down the list of concerns we need to address. First we would need to arrange wages for each ML system's lab
25.
▲
by
skymt
5y ago
Dead Cells and a number of other high-quality commercial games are using Heaps: https://heaps.io/ The Haxe website has links to some other popular frameworks like OpenFL and HaxeFlixel: https://haxe.org/use-
26.
▲
by
skymt
5y ago
You are missing something, but I wish people hadn't down-voted you for asking an honest question. The problem described in the blog post is that prefetch loads the resource into cache, which when combined with per-site cache segmentati
27.
▲
by
skymt
5y ago
Vim supports the style of editing you describe; see the documentation for the 'virtualedit' option. https://vimhelp.org/options.txt.html#%27virtualedit%27
28.
▲
by
skymt
5y ago
ANGLE has OpenGL and OpenGL ES backends in addition to Direct3D, as well as partial Metal support. https://chromium.googlesource.com/angle/angle/+/master/READM...
29.
▲
by
skymt
5y ago
Nitpick nitpick: the html doctype doesn't imply UTF-8. Valid modern HTML documents must be encoded using UTF-8, but the standard also requires that the encoding be specified somehow. > The Encoding standard requires use of the UTF-8
30.
▲
by
skymt
5y ago
You don't even need <html>. < https://html.spec.whatwg.org/multipage/semantics.html#the-ht... > This is a valid HTML5 document: <!doctype html> <title>This is valid!</title&
More ›