HackerTrans
トップ新着トレンドコメント過去質問紹介求人

max_sendfeld

no profile record

投稿

How to get people to disagree with you

hivekit.io
2 ポイント·投稿者 max_sendfeld·2 年前·0 コメント

Hexagons and Hilbert curves – The headaches of distributed spatial indices

hivekit.io
89 ポイント·投稿者 max_sendfeld·2 年前·27 コメント

Location Infrastructure for the Internet

hivekit.io
1 ポイント·投稿者 max_sendfeld·2 年前·0 コメント

Does the TikTok bill pave the way for a "Great Firewall of the USA"?

14 ポイント·投稿者 max_sendfeld·2 年前·14 コメント

German military still faxes documents and cannot radio allies, official warns

ft.com
2 ポイント·投稿者 max_sendfeld·2 年前·0 コメント

Hivekit API – asset tracking API with realtime feeds and geofencing

hivekit.io
1 ポイント·投稿者 max_sendfeld·2 年前·0 コメント

My favorite books about new ways to think about the world

hivekit.io
2 ポイント·投稿者 max_sendfeld·3 年前·1 コメント

My top ten books about new ways of thinking about the world

hivekit.io
2 ポイント·投稿者 max_sendfeld·3 年前·0 コメント

I want to convince you to have an on-premise offering

hivekit.io
77 ポイント·投稿者 max_sendfeld·3 年前·91 コメント

ChatGPT: Make this bowl of Ramen look more profitable

twitter.com
4 ポイント·投稿者 max_sendfeld·3 年前·0 コメント

Building AI without a neural network

hivekit.io
61 ポイント·投稿者 max_sendfeld·3 年前·47 コメント

How to sound smart when talking about AI

hivekit.io
2 ポイント·投稿者 max_sendfeld·3 年前·0 コメント

Building Artificial Intelligence for the Physical World

hivekit.io
2 ポイント·投稿者 max_sendfeld·3 年前·0 コメント

コメント

max_sendfeld
·2 年前·議論
Same logic with communism - all the ones that ended in oppressive dictatorships, mass executions or starvation weren't "real communism" or weren't "implemented right"...
max_sendfeld
·2 年前·議論
Ah - I've used S2 in the past. Great work. It scales really well for larger datasets.

Interesting that you mention the use of multiple hilbert curves as well. We also experimented with two Hilbert Curves, rotated by 90 degrees. This helps to get around what we've dubbed the "Hilbert Equator" problem where two objects are quite far on the curve because they are placed close to one of the major fault lines in the fractal (for lack of a better word)
max_sendfeld
·2 年前·議論
What's the reason behind the sudden, violent drop off from the front page for a few posts? They seem to be on a fairly linear trajectory and then go down by 30+ positions within a 10 min window.
max_sendfeld
·2 年前·議論
I understand the fundamental motivation for this sort of thing. The web is a static document display that over many decades of augmentation and extension has morphed into an app development platform. And arguably, a lot of the mechanics of it are less elegant than in purpose build app-development environments.

But, I don't think another language that tries to abstract the fundamentals is the solution to that. I think this is true for Hyperscript - as much as it is for JSX and Co. JavaScript is the most widely known programming language, has the most extensive knowledge base and the biggest ecosystem. And there's no shortage of frameworks that make using it easier without reinventing the wheel.

I believe using anything else for a serious project severely limits the talent pool from which you can hire, the ecosystem you can draw from and the maintainability of your project in the long run.
max_sendfeld
·2 年前·議論
It speaks specifically about "Foreign Adversaries" which - to my knowledge - is limited to China, Russia, Iran and North Korea.
max_sendfeld
·2 年前·議論
I believe folders (or groups or similar) are the right solution to this, just not in the way that Google is implementing it. Basically, you group resources into folders and then users have read or write access to that folder.

This way, your database guys can access one big folder with all the database stuff, your server guys can access server stuff and your frontend guys can deploy to an S3 bucket, but not much more.

This is the level of granularity you need in the real world. i don't believe that any organisation, no matter how big or sophisticated has an employee that can have roles/datastore.backupsAdmin, but not roles/datastore.backupSchedulesAdmin.
max_sendfeld
·2 年前·議論
Similar post in this context: Symphonic Metal Bands: Nerdiness vs Kickassery — A statistical analysis

https://medium.com/@WolframHempel_82303/symphonic-metal-band...
max_sendfeld
·3 年前·議論
Mostly the fact that this was 15 years ago :-)
max_sendfeld
·3 年前·議論
Absolutely! I'm grateful that I don't have to worry about code formatting any more. But I remember in one of my earliest job the company used style checkers as a pre-commit hook that rejected your commit if they found trailing whitespace. That was before code formatting was part of your IDE. (Especially for us front end devs who used Notepad++ rather than an IDE at the time).

And notepad++ had no easy way of showing trailing whitespace. So every commit was a dance of commit -> read rejection log -> remove trailing whitespace -> commit again.