Hacker News
- Write Your Own Virtual Machine https://justinmeiners.github.io/lc3-vm/ 77 comments
- Finally, Machine Learning Without Writing Code http://product.serialmetrics.com/orion/ 3 comments
- Can I Make My Developers Write Efficient Code by Giving Them Slower Machine? http://programmers.stackexchange.com/q/13623/468 45 comments
- Writing a Z-Machine in OCaml http://ericlippert.com/2016/02/03/north-of-house/ 3 comments programming
- Fair is not the default - Google write-up on the problem of human bias and "data blindness" in artificial intelligence and machine learning https://design.google/library/fair-not-default/ 310 comments philosophy
- Dual booting machine cannot write to shared drive from Linux https://www.reddit.com/r/techsupport/comments/iot214/dual_booting_machine_cannot_write_to_shared_drive/ 11 comments techsupport
- Write your Own Virtual Machine https://justinmeiners.github.io/lc3-vm/ 50 comments programming
- Can a computer write a script? Machine learning goes Hollywood https://www.latimes.com/business/hollywood/la-fi-ct-machine-learning-hollywood-20190411-story.html 4 comments nottheonion
- Write your Own Virtual Machine https://justinmeiners.github.io/lc3-vm/ 6 comments lowlevel
- Write your Own Virtual Machine https://justinmeiners.github.io/lc3-vm/ 126 comments programming
- Let's write a virtual machine! https://www.twitch.tv/dbojadzievski 23 comments learnprogramming
- Writing A Virtual Machine In Excel http://hackaday.com/2014/12/25/writing-a-virtual-machine-in-excel/ 10 comments programming
- InstantFSM: easily write complex Finite State Machines in your C++ code. https://sourceforge.net/projects/instantfsm/ 16 comments cpp
- Let's Learn x86-64 Assembly! Part 2 - We're Writing a Virtual Machine https://gpfault.net/posts/asm-tut-2.txt.html 6 comments programming
- Why we’re writing machine learning infrastructure in Go, not Python https://towardsdatascience.com/why-were-writing-machine-learning-infrastructure-in-go-not-python-38d6a37e2d76 16 comments golang
- Writing a CHIP-8 Virtual Machine in Rust https://walterkuppens.com/post/writing-a-chip-8-virtual-machine-in-rust/ 12 comments programming
- Higgs Boson Machine Learning Challenge - win up to $7000 by writing a new algorithm to look for the Higgs Boson http://www.kaggle.com/c/higgs-boson 44 comments programming
- A machine-learning tool that rates the politeness of your writing. http://utm.io/255933 14 comments programming
- Use RNNs + Machine-Learning to help you simplify your writing. https://surl.im/h3pg 6 comments compsci
- Do you know what a stack machine is, how to write one, and how to compile a higher-level language to stack machine code? Find out! https://cuddly-octo-palm-tree.com/posts/2021-07-11-cwafi-4/ 8 comments haskell
- PhD student creates AI machine that can write video games http://phys.org/news/2012-12-phd-student-ai-machine-video.html 5 comments technology
- "We challenge contestants to write the shortest Universal Turing Machine implementation" http://www.mathrix.org/experimentalait/turingmachine.html 5 comments compsci
- A suite of simple machine-learning powered writing tools. https://surl.im/cjy0 3 comments productivity
- The Story of Mel - Real Programmers write in machine code http://www.cs.utah.edu/~elb/folklore/mel.html 145 comments programming
- Running time-series database on 32-core machine (16M writes/sec) http://akumuli.org/akumuli/2017/03/10/benchmark2/ 5 comments programming
- As per request: here's my write-up on how I was a Linux ninja and remotely installed Debian without anyone touching the machine. http://forums.debian.net/viewtopic.php?f=16&t=54242#p313270 19 comments linux
- Robots Are Writing Poetry, and Many People Can’t Tell the Difference - Machines are putting out astonishingly human-like writing. What does that mean for the future of art? https://thewalrus.ca/ai-poetry/ 22 comments technology
- qq2clone: make and manage copy-on-write clones of template QEMU/KVM virtual machines https://git.j-g-web.com/jesse/qq2clone 6 comments linux
- [p5.js] Turing machine with Busy Beaver implemented. The program writes as many 1's on the tape as possible (while eventually halting). https://www.openprocessing.org/sketch/798191 17 comments math
- Coca-Cola’s attempts to combine te reo Māori and English has backfired badly, with the company inadvertently writing “Hello, Death” on a vending machine in New Zealand stocked full of the drink. https://www.theguardian.com/world/2018/oct/15/hello-death-coca-cola-mixes-english-and-maori-on-vending-machine 103 comments worldnews
- Zotac NEN SN970 Steam Machine review by me, posted on my blog that I barely write on (review also posted in comments) http://gamersrespite.blogspot.com/2016/01/zotac-nen-sn970-steam-machine-review.html 8 comments linux_gaming
- I’m Jordan Ellenberg, author of How Not To Be Wrong and the brand-new Shape: The Hidden Geometry of Information, Biology, Strategy, Democracy, and Everything Else. AMA about geometry, writing about math, teaching, gerrymandering, pandemic modeling, machine learning, proofs or anything on your mind! None 5 comments math
- Showing an open-sourced machine-learning text generation Django app (writeup.ai). Uses GPT-2 and XLNet to generate text real-time as you write. https://www.reddit.com/r/django/comments/cznj8k/showing_an_opensourced_machinelearning_text/ 7 comments django
- Micronaut – A JVM Based Framework for Writing Microservices & Reactive Programming, Polyglot Virtual Machine - NEWS Updates https://www.8bitmen.com/latest-software-tech-programming-news-vol2/ 14 comments java
- [Johnson] Nick Nurse used to leave messages on my home answering machine (we’re old) to pitch stories about his D League Iowa Energy players. Sometimes, I’d write them. Sometimes, I wouldn’t. Always respected his passion. Now he’s an NBA champion coach. https://www.reddit.com/r/nba/comments/c0l1sv/johnson_nick_nurse_used_to_leave_messages_on_my/ 5 comments nba
- Please don’t use AI to write Christmas carols - “a research scientist in industry and machine-learning hobbyist in her spare time, chronicles her journey of trying to teach a neural network to generate Christmas lyrics.” https://qz.com/1164764/a-deep-neural-network-wrote-us-a-christmas-carol-and-its-hilariously-bad/ 18 comments technology
- Google's Learning Software Learns to Write Learning Software - “Google’s researchers have taught machine-learning software to build machine-learning software. In some instances, what it comes up with is more powerful and efficient than the best systems the researchers themselves can design.” https://www.wired.com/story/googles-learning-software-learns-to-write-learning-software/ 17 comments technology
- "Compositionality is the key to scaling": A one-page spec (just 5 lines!) of a "concurrent, distributed, metered virtual machine ... into which you can write a correct-by-construction implementation of a scalable proof-of-stake protocol" - which is not only provably correct, but also self-bootable! https://np.reddit.com/r/ethereum/comments/4pl804/solidity_is_an_implementation_language_and_the/d4malcl 10 comments btc
- Australian's write to you local MP using GetUp's free fax service. "Just picture the scene in your politician's electorate office. They won't be able to ignore the letters spilling out of the fax machine as hundreds of locals write in about internet censorship." http://www.getup.org.au/campaign/savethenet&id=728?dc=841,496859,1 13 comments politics
- might it be possible that the decision next Tuesday lies, not with those 100-plus million voters, but instead with a few dozen programmers who write the secret software for the voting machines http://www.opednews.com/articles/election-2008-who-decides-by-ernest-partridge-081029-660.html 3 comments politics