HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Dwedit

4,517 karmajoined 4 năm trước

Submissions

Show HN: NoCopilotKey – Utility to change Copilot Key back into right ctrl key

github.com
4 points·by Dwedit·4 tháng trước·0 comments

comments

Dwedit
·5 phút trước·discuss
https://xkcd.com/1137/
Dwedit
·Hôm kia·discuss
Weirdly enough, my phone (Ocean) happens to be number 3 on the list, didn't expect that. But all the users are from Brazil for some reason? Is the phone really that popular?
Dwedit
·3 ngày trước·discuss
The rule for preserving floppies is to not use Windows. Windows is known for automatically writing to disks, so you're not preserving the original anymore, you're preserving the changes that Windows made to the disk.
Dwedit
·3 ngày trước·discuss
When you have a headline that does not say what the actual topic is, and you are forced to click the article to find out the topic, that is called "clickbait".
Dwedit
·5 ngày trước·discuss
The missing dot is not just a thing that helps stabilize the colors in a picture, it's literally a missing dot. The first scanline is literally twitching left and right by one pixel every other frame. You probably can't see it on your TV without messing with the vertical hold.
Dwedit
·6 ngày trước·discuss
ORMs make it hard to write code that allows SQL injection.
Dwedit
·6 ngày trước·discuss
If you don't unblock scripts from cdn.jsdelivr.net.cdn.cloudflare.net, the math code won't work.
Dwedit
·6 ngày trước·discuss
Anyway, to get access to RAM before it is clobbered by other software, you need to run your code really really early. By the time the BIOS has decided to let you run code from a USB stick, it could be way too late.

RAID cards have option ROM that can run before a bootloader has started, that is one way to get something running earlier.
Dwedit
·8 ngày trước·discuss
I somehow had a sticky setting that applied the "Drunk Mode" theme, which was remembered forever. The theme selector isn't easy to see in that mode.
Dwedit
·9 ngày trước·discuss
Some of the different spellings used by US English are because of changes made to British English that did not happen in the US.
Dwedit
·9 ngày trước·discuss
Reader View button is your friend here.
Dwedit
·10 ngày trước·discuss
Nowadays, MX Linux seems to fill that gap with the Live USB remastering feature.
Dwedit
·14 ngày trước·discuss
Do we have any screenshots of what the text looks like, and what the error correction looks like?
Dwedit
·15 ngày trước·discuss
I mean there was already the Bad Apple font (keep adding another character to your text and you get the next video frame)
Dwedit
·16 ngày trước·discuss
My favorite prank to do on wwwboard was to put in a space for subject, then your post was unclickable.
Dwedit
·19 ngày trước·discuss
Maybe show them side by side for crosseyed stereo viewing.
Dwedit
·19 ngày trước·discuss
Some of these browsers for older systems will pretend to be a mobile browser. Sites might have a lighter mobile version than desktop version.
Dwedit
·20 ngày trước·discuss
Something went horribly wrong on my computer and it takes about 2 minutes for that dialog to load.
Dwedit
·20 ngày trước·discuss
That has more to do with RGB -> YCbCr conversion, and how much blue contributes to Y (brightness). If you quantize YCbCr down to 8-bit range (0-255 range), you'll get RGB colors that can't survive a round trip back between RGB and YCbCr, but I don't think blue is particularly worse there.

JPEG is a different thing, first it does RGB -> YCbCr conversion, then it splits the image into blocks. Wikipedia article shows a good diagram of the 64 possible DCT blocks. Each image block becomes a linear combination of the DCT blocks. You did that for the Luma channel, then you do the same thing for the Chroma channels. It's even common to reduce the resolution of the chroma channels (chroma subsampling).

Then JPEG means that you are deleting information that is less popular after you've made your blocks. Often throwing out more information in the chroma channels than the luma channel. You're left with ringing (high frequency noise to fill the block), and blocking (differences between edges of adjacent blocks). Better compression codecs have ways of mitigating blocking and ringing.
Dwedit
·21 ngày trước·discuss
Switch was notorious for having a few Cloud streamed-games that don't run on the actual hardware.