Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
electrum
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
electrum
5mo ago
Does Stage work for PRs that have multiple commits? These could be considered "stacked diffs", but in the same PR.
2.
▲
by
electrum
1y ago
According to https://www.sfmta.com/getting-around/drive-park/how-avoid-pa... > During street sweeping hours, you may not park until the street has been physically swept.
3.
▲
by
electrum
2y ago
You might be able to use FILE_FLAG_DELETE_ON_CLOSE, but this would likely require calling the Windows API functions directly.
4.
▲
by
electrum
3y ago
Trino no longer depends on Hadoop/Hive for any of its data lake connectors. Removing that dependency was a huge effort.
5.
▲
by
electrum
4y ago
Yeah, URL is from the first release of Java and should be avoided. You want to use URI instead.
6.
▲
by
electrum
4y ago
tbgs is internal code search for Facebook: https://codesearchguide.org/story/facebook
7.
▲
by
electrum
4y ago
JLine has a complete terminal library and includes a demo which is a full editor: https://github.com/jline/jline3
8.
▲
Leaving Facebook/Meta was the best thing we could do for the community
(trino.io)
212 points
by
electrum
4y ago
|
62 comments
9.
▲
Data Fabric vs. Data Mesh: What's the Difference?
(blog.starburst.io)
66 points
by
electrum
5y ago
|
15 comments
10.
▲
by
electrum
5y ago
Procedures are very useful to enforce business logic in the database, rather than in the application. It’s like putting a higher level application-specific API on top of your database schema. For Cockroach, it could help substantially with
11.
▲
Does the Data Mesh make data integration harder?
(blog.starburst.io)
29 points
by
electrum
5y ago
|
1 comments
12.
▲
by
electrum
5y ago
$49 for the device and data: https://blues.io/
13.
▲
by
electrum
5y ago
The H2 embedded database has compatibility modes for other databases, which seems helpful for testing, but ends up being incompatible in various ways for anything non-trivial. You end up fighting the compatibility and skipping useful native
14.
▲
by
electrum
5y ago
The Bing Maps Tile System has a similar projection system: https://docs.microsoft.com/en-us/bingmaps/articles/bing-maps...
15.
▲
Data Mesh: The Answer to the Data Warehouse Hypocrisy
(blog.starburstdata.com)
25 points
by
electrum
5y ago
|
4 comments
16.
▲
by
electrum
6y ago
This is part of the IntelliJ IDEA platform, so all of the JetBrains IDE products have it. I don’t use it often, since I normally rely on Git, but it’s saved me several times after I accidentally deleted a file or made a mistake with Git.
17.
▲
by
electrum
6y ago
Even more confusing, the 404 on GET is caused by doing the HEAD when the object doesn't exist. Without the previous HEAD, the GET would usually succeed.
18.
▲
by
electrum
6y ago
Tesla has a slider for the charge limit with 90%+ being designated as Trip and 50-90% as Daily. Even for a trip, I avoid charging above 90% because regenerative braking stops working when the battery is nearly full, which results in a subst
19.
▲
by
electrum
6y ago
The indentation is removed at compile time, per the JLS: https://docs.oracle.com/javase/specs/jls/se15/html/jls-3.htm... > Incidental white space is removed, as if by execution of String.stripInd
20.
▲
by
electrum
6y ago
IntelliJ shows you exactly where the block starts, so if you have a line with less indentation (causing the entire block to start at that column), it is easy to spot.
21.
▲
by
electrum
6y ago
This is common in home systems where you have a second power source like solar. Mine has markings like this: https://www.jadelearning.com/blog/pv-system-marking-and-labe...
22.
▲
by
electrum
6y ago
Jdbi works the way you describe: https://jdbi.org/
23.
▲
by
electrum
6y ago
That's not true for SMS-2FA, since text messages are often delivered to the device with the browser. Safari on both macOS and iOS will offer to automatically fill in the code received from SMS.
24.
▲
by
electrum
6y ago
This special encoding of the null character is Modified UTF-8 and is used by various Java and JVM APIs and in Java class files. https://en.wikipedia.org/wiki/UTF-8#Modified_UTF-8
25.
▲
by
electrum
6y ago
I've used the Dell U3219Q for over a year for this purpose. Importantly, the monitor provides 90W of power, which is needed for the larger laptops, especially when running power intensive tasks. Most USB-C monitors do not provide enoug
26.
▲
by
electrum
6y ago
Azul's ReadyNow! for their commercial Zing JVM does this: https://www.azul.com/products/zing/readynow-technology-for-z...
27.
▲
Mark Cuban says bailed out companies should never be allowed to buy back stocks
(cnbc.com)
135 points
by
electrum
7y ago
|
94 comments
28.
▲
by
electrum
7y ago
That same technique is used by https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
29.
▲
by
electrum
7y ago
Autosteer is also disabled by default and must first be enabled in the settings menu while the car is in park.
30.
▲
by
electrum
7y ago
This is how they look in IntelliJ IDEA: https://www.jetbrains.com/help/idea/viewing-reference-inform...
More ›