Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
GRiMe2D
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
GRiMe2D
2mo ago
Offtop rant: This blows my mind. We cared for 30% commission from Apple App Store, PlayStation Store, Steam for things that you buy once and forget for at least 2 years (even when publisher pull their licenses, which happen rarely), but pay
2.
▲
by
GRiMe2D
4mo ago
Ah you see, you just essentially moved unique constraint to a client. It is no different generating an ID on client side and making a request. It is not idempotency. Idempotency-Key should not replay the response (it depends, actually). But
3.
▲
by
GRiMe2D
5mo ago
People already uploaded tons of images and data while playing Pokemon GO. Probably model is already has been built and being tested right now
4.
▲
by
GRiMe2D
6mo ago
Actually Bach's Well Tempered Clavier IS a book written in a single set of tuning system that actually lost/forgotten. We still have discussions about how it's constructed. For more information google "Well Tempered Clav
5.
▲
by
GRiMe2D
7mo ago
ICE = internal combustion engine
6.
▲
by
GRiMe2D
8mo ago
I think yes. Recently I was experimenting with NEAT and HyperNEAT solutions and found this site. At the bottom it explains how novelty yields far more optimal solutions. I would assume that reasonably high temperature may also result more i
7.
▲
by
GRiMe2D
9mo ago
Okay, let's image that I've sent you 100 BTC. Now, can you tell me how exactly you would convert the "money" I've sent you into bread and milk? Because, most of the time people say that just in the context of the bl
8.
▲
by
GRiMe2D
10mo ago
We already have definition “AI slop”: > AI slop is digital content made with generative artificial intelligence, specifically when perceived to show a lack of effort, quality or deeper meaning, and an overwhelming volume of production.
9.
▲
by
GRiMe2D
1y ago
For over 1000$ you can have reflective LCD 1080p display. https://www.sunvisiondisplay.com/rE-Monitor
10.
▲
by
GRiMe2D
1y ago
Every time I see messages and posts like this, I hope that big companies were being dissatisfied with the product factory scaling issue and device sell effectiveness. I hope that small companies would launch device like this with 500-1000 d
11.
▲
by
GRiMe2D
1y ago
MacBook Pro can “display” HDR content on SDR displays. macOS puts a slightly higher brightness than it required and artificially (in software) changes absolute white (0xFFFFFF) to greyish color (0xEEEEEE). So when a HDR content is required
12.
▲
by
GRiMe2D
2y ago
In addition to that, WhatsApp was available at the time on Symbian devices and Nokia’s S40 devices (I remember downloading Jar and Jad files for button mobile devices, and each update was free up to year then it was a dollar for a year)
13.
▲
by
GRiMe2D
2y ago
Swift actually passes value types by reference on closures (anonymous functions) if they aren't explicitly listed in capture group. It's per spec. It allows you to write closures with states: var count = 0 let closure = {
14.
▲
by
GRiMe2D
3y ago
That’s because fuel has far more energy density than batteries. Yet ICE cars still underestimate mileage. On YouTube some guys did the experiment: driving and measuring mileage after fuel gauge dropped to empty and computer started to compl
15.
▲
by
GRiMe2D
3y ago
In web 1px defined as 1/96th of an inch Source: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_...
16.
▲
by
GRiMe2D
3y ago
I want more dynamics on audio too. But it requires to keep my audio speaker volume settings loud. I can easily isolate brightness pollution by closing door and sun shades. But isolating sound is difficult. At this point, going to cinema is
17.
▲
by
GRiMe2D
3y ago
Make a completely free API but change data structure every week or so. App makers will get angry and stop at some point
18.
▲
by
GRiMe2D
4y ago
It’s not bug, it’s feature. You can hold SHIFT while transitioning and it makes slower. Try CTRL + SHIFT + Left arrow (or right arrow) right now, if you use spaces
19.
▲
by
GRiMe2D
4y ago
If we got subscription to dependencies, we would get only 3 or 5 deps, only required app to run. No more `is-array` like deps. Adding a new one would be deeply thought and reviewed.
20.
▲
by
GRiMe2D
4y ago
Probably ~/.netrc can handle per repository tokens
21.
▲
by
GRiMe2D
5y ago
EPUB3.0 spec includes Javascript. So probably much of existing readers support Javascript. IRRC, iBook on Mac also supports javascript, but it is activated after user clicking. https://www.w3.org/publishing/epub3/e
22.
▲
by
GRiMe2D
6y ago
A long time ago iOS 6 or 5 had the same issues with updating the iOS. Their solution was to push an app to App Store which was called "iOS updater" or something. Installing and launching it would allow you install iOS update from
23.
▲
by
GRiMe2D
7y ago
Every iOS developer makes a cool widget, view or library. But doesn't write any tests. iOS dev community doesn't write tests as does Ruby community, which makes me really really sad.
24.
▲
by
GRiMe2D
7y ago
Also I can confirm. Friend of mine was in China and bought iPhone XR dual sim. And now lives at hometown – Moscow, Russia. Russian interface, Russian region is installed. But Taiwan flag is completely missing: in chats, web and keyboard.
25.
▲
by
GRiMe2D
7y ago
And most important, you can disable "Hey Siri" trigger on your iPhone/Mac or Apple Watch. If you disabled "Hey Siri" trigger (and left "Siri" on) then you have to long press "Home" button (or but
26.
▲
by
GRiMe2D
7y ago
There is a new trend on games – they are implementing "battle royale" genre where multiple gamers play against everyone at once and every "killed" player will leave the arena. Winner is who stayed as the last "alive
27.
▲
by
GRiMe2D
7y ago
No, you can compile it yourself using free apple developer account. However there is a device count limits on free accounts - 3 devices can be "linked" to the account. You have to pay if you want to remove old device. You can comp
28.
▲
by
GRiMe2D
7y ago
MapsMe is open source app. As far I know, when you compile yourself, ads are disabled by default https://github.com/mapsme/omim
29.
▲
by
GRiMe2D
7y ago
Note that OpenStreetMaps isn't about maps. It's about Open Data for Maps. So technically you can use like maps but consider using apps or maps that use OSM. Great example is MapsMe for Android and iOS. Works offline. However, ther
30.
▲
Things I don't like in Swift – nil and Any (2018)
(aabbcc-double.com)
1 points
by
GRiMe2D
8y ago
|
0 comments
More ›