Hacker News
- How to pack ternary numbers in 8-bit bytes https://compilade.net/blog/ternary-packing 69 comments
- C++ proposal: There are exactly 8 bits in a byte https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3477r0.html 348 comments
- My favorite 1980's Canadian TV show: Bits and Bytes https://omarshehata.substack.com/p/my-favorite-1980s-canadian-tv-show 66 comments
- A Bit About Byte Magazine https://www.goto10retro.com/p/a-bit-about-byte-magazine-the-premier 63 comments
- Possible reasons for 8-bit bytes https://jvns.ca/blog/2023/03/06/possible-reasons-8-bit-bytes/ 118 comments
- In-toto: providing farm-to-table guarantees for bits and bytes https://blog.acolyer.org/2019/10/02/in-toto/ 4 comments
- Apache Flink: Juggling with Bits and Bytes https://flink.apache.org/news/2015/05/11/Juggling-with-Bits-and-Bytes.html 4 comments
- Apache Flink: Juggling with Bits and Bytes http://flink.apache.org/news/2015/05/11/Juggling-with-Bits-and-Bytes.html 2 comments
- Scientists Claim Brain Memory Code Cracked - 6 bit bytes http://www.sciencedaily.com/releases/2012/03/120309103701.htm 39 comments
- Does "byte" mean "8 bits", or does it mean "an addressable memory cell"? (explanation within) https://www.youtube.com/watch?t=574s&v=1n9KMqssn54 63 comments askprogramming
- The Bits and Bytes of JavaScript and Dart https://medium.com/@impromp02/the-bits-and-bytes-of-javascript-and-dart-19b60a26dbbd 3 comments learnjavascript
- How can I make my assembler output binary files instead of hexadecimal files? The problem is that, in the processor architecture that the assembler is targetting (PicoBlaze), the instructions are 18-bit, and the smallest memory unit JavaScript (that my assembler is written in) can address is a byte. None 2 comments asm
- Some possible reasons for 8-bit bytes https://jvns.ca/blog/2023/03/06/possible-reasons-8-bit-bytes/ 15 comments programming
- Mysql Config: GB, MB Bytes, Bits original unit https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_log_file_size 2 comments mysql
- Terminal bits, bytes and address calculator bcal v2.3 released! https://github.com/jarun/bcal/releases/tag/v2.3 3 comments commandline
- Terminal bits, bytes and address calculator bcal v2.3 released! https://github.com/jarun/bcal/releases/tag/v2.3 2 comments linux
- bcal - a tool for devs who use bits, bytes and addresses regularly https://github.com/jarun/bcal 24 comments programming
- I've made a dino Bootsector game (512 bytes) using 16-bit x86 assembly! https://github.com/franeklubi/dino/ 8 comments asm
- std::byte me! - Bit Handling in a Future Standard Library https://thephd.github.io/std-byte-me-gsoc-2019 9 comments cpp
- Demonstration of End-to-End Automation of DNA Data Storage. A 5-byte message 'HELLO' (01001000 01000101 01001100 01001100 01001111 in bits) was encoded, stored, and then decoded in 21 hours. https://www.nature.com/articles/s41598-019-41228-8 12 comments science
- C# help: getting individual bits from a byte https://www.reddit.com/r/learnprogramming/comments/74y4uh/c_help_getting_individual_bits_from_a_byte/ 7 comments learnprogramming
- Bits And Bytes - Computer Languages (1983) https://www.youtube.com/watch?v=gmhMQfFQu20 5 comments programming
- RunAsRadio: Fighting Dark IT - Not monitoring only bits and bytes, but everything, including business processes. http://runasradio.com/Shows/Show/497 8 comments sysadmin
- Wavetree - Minimalist alternative to byte arrays with log time for substring, concat, count 0/1 bits in subrange, and index of Nth 0/1 bit, or more generally an API for such immutable (or TODO option for some parts mutable) data wrappers. https://github.com/benrayfield/wavetree/blob/master/humanaicore/wavetree/bit/Bits.java 11 comments compsci
- Byte - how quickly can you translate 8-bit binary in 30 seconds? (game) http://ghostsnstuff.github.io/byte/ 33 comments compsci
- “He has long said every bit and byte is equal in his fight for net neutrality and now he is taking that fight to Washington and saying every vote should matter and be equal.” http://www.theguardian.com/us-news/2015/sep/27/larry-lessig-democratic-presidential-candidate-campaign-finance-reform 11 comments politics
- Brainfuck interpreter in 100 bytes (16-bit x86 asm) https://github.com/peterferrie/brainfuck 3 comments brainfuck
- Bits and Bytes: Life as a Woman in Open Source http://blogs.s-osg.org/bits-and-bytes-life-as-a-woman-in-open-source/ 18 comments opensource
- Bits and Bytes of Python from the Internet https://github.com/kirang89/pycrumbs/blob/master/pycrumbs.md 4 comments programming
- TIL that, in SATA, 1 byte = 10 bits (not 8!)...thus SATA III = 6Gbps = 600MB/s http://en.wikipedia.org/wiki/Sata#SATA_revision_1.0_-_1.5_Gbit.2Fs_-_150_MB.2Fs 80 comments hardware
- What are the ternary equivalents of bit and byte? http://en.wikipedia.org/wiki/Ternary_numeral_system 13 comments learnprogramming
- Dishonesty: ISPs advertise download speeds in BITS per sec. Downloads are always gauged in BYTES p/s. 8 megabits is 1 megabyte. Verizon's in-house speed test measures in bytes to delude customers of other ISPs into thinking they will d/l 8x as fast if they switch to Verizon. http://my.verizon.com/micro/speedtest/broadband/ 5 comments technology
- UTF-8: Bits, Bytes, and Benefits http://research.swtch.com/utf8 23 comments programming
- Bits and Bytes http://imgs.xkcd.com/comics/kilobyte.png 3 comments reddit.com
- UTF-8: Bits, Bytes, and Benefits http://research.swtch.com/2010/03/utf-8-bits-bytes-and-benefits.html 111 comments programming
- Pseudorandomness is for chumps. Build a Whirlygig and get 7.999999 bits of entropy out of every byte! http://hackaday.com/2010/02/06/hardware-based-randomness-for-linux/ 88 comments programming
- RSS widget for Bits and Bytes technology blog from the Ottawa Citizen http://www.springwidgets.com/widgets/view/23 37 comments reddit.com
- 8 bools in 1 byte, the 1 bit boolean. https://james-william-fletcher.medium.com/8-bools-in-1-byte-the-1-bit-boolean-cf6754b93230 12 comments c_programming
- Building multi-architecture shellcode with shellcodecs. (32-bit / 64-bit 94 byte suid execve example) http://www.chokepoint.net/2013/08/building-multi-architecture-shellcode.html 6 comments netsec
- Scientists have built the world's smallest magnetic data storage unit. It uses just twelve atoms per bit, the basic unit of information, and squeezes a whole byte (8 bit) into as few as 96 atoms. http://www.physorg.com/news/2012-01-world-smallest-magnetic-storage.html 50 comments science