Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marwis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
marwis
9mo ago
Isn't it easier to just backup via IMAP to maildir versioned with git? Does takeout include any metadata not accessible via IMAP? Does it even include labels?
2.
▲
by
marwis
10mo ago
There were plenty of those, including commercial ones. It's pretty hard to find but ~25 years ago I was using Xi Graphics Accelerated-X which had 3D acceleration long before Xfree86. Update: but yes I imagine it had some code from orig
3.
▲
by
marwis
11mo ago
How come there are still no 4K 60fps KVM devices? Software solutions like Moonlight/Sunshine have been able to do that with near-zero latency for a long time and they are not even the first. Phones have chips capable of capturing 4K 12
4.
▲
by
marwis
1y ago
Can it help with the annoying macos bug that about half the time disconnecting and reconnecting external screen to my MacBook does not move windows back to external screen?
5.
▲
by
marwis
1y ago
The C++ plugin is included in Android Studio which is essentially a distribution of IntelliJ. There seems to be no technical reason for not allowing it in full IntelliJ.
6.
▲
by
marwis
1y ago
There are tools like voidtools Everything2 and WizTree that directly read NTFS from disk device bypassing windows FS apis and are blazingly fast (faster than find/du on ext4 in Linux).
7.
▲
by
marwis
1y ago
With some work on better tooling it could've been used to detect and thwart supply chain attacks, which are a growing concern. Process level sandboxing is too coarse.
8.
▲
by
marwis
2y ago
You can embed JVM with JNI_CreateJavaVM(): https://docs.oracle.com/javase/7/docs/technotes/guides/jni/s... It is used used by projects like Postgres PL/Java, LibreOffice and various native
9.
▲
by
marwis
2y ago
Sounds like the only way out of this is to design language agnostic tooling protocols that anybody can implement.
10.
▲
by
marwis
2y ago
Where do you see pattern matching in Kotlin?
11.
▲
by
marwis
2y ago
Worked fine in a window but too slow when fullscreen on my Surface Pro 8. Should have dynamic resolution to maintain FPS.
12.
▲
by
marwis
2y ago
So why is it still pretty slow for file operations on DevDrive (no filters, async antivirus)? I found the performance improvement not that significant.
13.
▲
by
marwis
2y ago
Doesn't it (Windows VFS layer) also lack the equivalent of dentry cache, making all metadata lookups slow?
14.
▲
by
marwis
2y ago
I meant to reply to GP about partial updates rather than parent post about keeping connection open.
15.
▲
by
marwis
2y ago
This is how AJAX in Java Server Faces used to work nearly 2 decades ago. There were even more fancy technologies like https://www.icesoft.org/wiki/display/ICE/Direct-to-DOM+Rende... I bet ASP had something si
16.
▲
by
marwis
2y ago
It's not open source and hasn't been in a very long time. Still very useful though.
17.
▲
by
marwis
2y ago
Doesn't streaming architecture of libarchive make it a poor choice for working with random access archives?
18.
▲
by
marwis
2y ago
The feature built into windows (even after recent update) is a lot slower
19.
▲
by
marwis
2y ago
Lacks ferries and availability of e-bikes. Google maps has both.
20.
▲
by
marwis
2y ago
It still sort of is but you can create Dev Drive which is based on ReFS
21.
▲
by
marwis
2y ago
If you go with sharding proxy design why not use Apache ShardingSphere? It follows the same approach but is far more sophisticated and mature.
22.
▲
by
marwis
3y ago
It's not really clear from OP that it's about rate. Cumulative limit would still fulfill requirement of stopping while(true) from exhausting resources. But if you need rate there's this: JOB_OBJECT_ CPU_RATE_CONTROL_MIN_MAX_R
23.
▲
by
marwis
3y ago
I'm not an expert on the subject but just happen to know this was possible since XP: https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns... See JOB_OBJECT_LIMIT_PROCESS_MEMORY and JOB_
24.
▲
by
marwis
3y ago
Is the GraalVM sandboxing only applicable to polyglot runtime or also to JVM itself?
25.
▲
by
marwis
3y ago
Why not combine zero width character with visible character, i.e. use 2 characters for separators? ,<FS> for fields \n<RS> for records This removes ambiguity in parsing and remains user readable. It's also relatively easy t
26.
▲
by
marwis
3y ago
Better cross-platform would be nice but it will succeed regardless given resources and level of commitment from Apple.
27.
▲
by
marwis
3y ago
That's also the behavior on Windows
28.
▲
by
marwis
3y ago
It also works great with almost but not-quite HiDPI screens such as commonly available and cheap 4K 27" monitors. You can scale them at 150% and with ClearType it looks as good as super expensive 6K Mac screen. In fact since cleartype
29.
▲
by
marwis
3y ago
Recently my favorite open source mouse gestures extension SmartUp Gestures was taken over by some shady entity (with github no longer being updated of course). I opened Chrome ticket that they should ask to re-enable extension when ownershi
30.
▲
by
marwis
3y ago
Looks like it's preserving them now (for newly backed up). I guess I was unlucky.
More ›