Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
graetzer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
graetzer
1y ago
This is so true, I think a lot of the hype conveniently leaves out the fact that there are many low- or no-code solutions which are quite succesful in their niches (like complex form builders forgoverment tax forms, insurance etc).
2.
▲
by
graetzer
2y ago
The numbers reported on arewefastyet.com seem to stop at July 15th though
3.
▲
by
graetzer
5y ago
> newer database engines that use inductive indexing are on another level Can you provide me some resources where I can read more about this? Google is not helpful
4.
▲
by
graetzer
6y ago
The battery cells are made by Panasonic on-site https://techcrunch.com/2020/09/08/panasonic-to-expand-batter...
5.
▲
by
graetzer
6y ago
Maybe it is designed for cars as cargo i.e. https://en.wikipedia.org/wiki/Roll-on/roll-off
6.
▲
by
graetzer
6y ago
Probabbly don't really know what I am talking about, since only ever used async IO through boost.asio: Isn't it a bit crazy that there are so many different ways of doing async IO on linux alone ? You would think that this is a mo
7.
▲
by
graetzer
7y ago
Its usually a good idea to hold the lock because the other thread(s) might not have called wait() yet. As a rule of thumb: its usually a bug to not hold the lock before notify(), unless you synchronize it with another condition
8.
▲
by
graetzer
7y ago
homeless encampments are not shelter with an admission policy
9.
▲
by
graetzer
7y ago
The price money was donated by the swedish central bank, I do not think they need to cash-in on anything
10.
▲
by
graetzer
7y ago
I remember seeing several videos from different companies with their own version of a "pizza robot". Just look at this ad for a pizza vending machine from 2012 https://www.youtube.com/watch?v=Pyrav_9Pbsc
11.
▲
by
graetzer
7y ago
Maybe the pub-sub pattern of https://zeromq.org/ could work for that
12.
▲
by
graetzer
7y ago
thats still only half as much as Lyfts $100M/year: https://news.ycombinator.com/item?id=19282624
13.
▲
by
graetzer
7y ago
I tend to agree, but unfortunately none of the WebRTC based video conferencing solutions seem to work without hiccups for >5 participants
14.
▲
by
graetzer
8y ago
AFAIK MongoDB Atlas still earns quite a bit of money, despite the 3.6 API compatible AWS DocumentDB.
15.
▲
by
graetzer
8y ago
You should certainly be able to use ArangoDB as a replacement for Cassandra or Neo4j. Check out the SQL / AQL comparison page to get a quick overview: https://www.arangodb.com/why-arangodb/sql-aql-comparison/
16.
▲
by
graetzer
8y ago
I think it was directed and voiced by his brother Van Neistat https://www.youtube.com/watch?v=XpXDzL-h7cI
17.
▲
by
graetzer
8y ago
I think you can also just use telnet to see star wars: telnet towel.blinkenlights.nl
18.
▲
by
graetzer
8y ago
I wonder how they did the performance benchmarks, maybe I missed that part?
19.
▲
by
graetzer
9y ago
I think the orkut dataset is already in a tab seperated format, to turn it into CSV you only need to add the column labels. http://snap.stanford.edu/data/com-Orkut.html For an example you can have a look at the import
20.
▲
by
graetzer
9y ago
It is a lot of effort to build all the setup scripts, benchmark code etc.
21.
▲
by
graetzer
9y ago
That is actually not true, sewage can be treated and processed into 'biosolids'. I remember seeing a documentary about this, where they produced fertilizer from sewage in nyc http://www.nyc.gov/html/dep/h
22.
▲
by
graetzer
9y ago
Google Cache: http://webcache.googleusercontent.com/search?q=cache:https:/...
23.
▲
by
graetzer
9y ago
Thanks! I hope we will get some good feedback for all our new features
24.
▲
by
graetzer
9y ago
Can't you get solar panels essentially for free and just pay for the generated electricity? I thought that was the business model of companies like SolarCity
25.
▲
by
graetzer
9y ago
You can definitely do ahead of time compilation with .net bytecode. That's why you can write iOS apps in c# with xamarin's SDK. I think the performance differences between JIT compiled code and native code mainly come from the &#x
26.
▲
by
graetzer
9y ago
Looks really cool! How many points can one draw with this before it becomes too slow? I did a similar looking 3D globe animation with WebGL once and the total number of points was quite an issue http://jsfiddle.net/go2t1r4q&
27.
▲
by
graetzer
9y ago
I do not think Volkswagen will try to sue you for adding a new phrase to urban dictionary ;-)
28.
▲
by
graetzer
12y ago
Thanks, just to clarify: the new version is still in the review process, the version in the AppStore only works with older Firefox versions. You will have to install this from source to get the latest version
29.
▲
by
graetzer
12y ago
I think it's great that they are going to officially support iOS again. Coincidentally I submitted a new version of my own browser app to the AppStore, on the same day they made the announcement. I added support for the new Firfox sync
30.
▲
by
graetzer
12y ago
They are probably trying to get the bookmark synchronization to work first. Displaying web pages is easy with the build in UIWebView (or WKWebView) component
More ›