NotAwfulTech

412 readers
7 users here now

a community for posting cool tech news you don’t want to sneer at

non-awfulness of tech is not required or else we wouldn’t have any posts

founded 2 years ago
MODERATORS
51
 
 

They've done some really good reverse engineering on this project.

52
 
 

Its like tvtropes but for exotic IC engines.

53
3
TempleOS (templeos.org)
submitted 2 years ago by [email protected] to c/[email protected]
 
 

Today marks five years since the death of TempleOS developer Terry A. Davis. Rest in peace.

Despite some impractical quirks and limitations, this strange machine, something of a cross between DOS and Oberon, remains in our hearts and computers. Who am I to criticize God for his OS design?

Let's pay our respects to a man who achieved inspiring things despite his severe illness and remember how his life was cut short in no small part by internet bullies and a capitalist system that failed him.

I hope this doesn't need to be said but I don't want to see anyone emulating Terry's bigotry and slur usage nor making fun of his schizophrenia in these comments. Thanks in advance.

54
 
 

Laravel creator Taylor Otwell learned PHP in 2008

and then

There were a few model-view-controller frameworks for PHP, some of which aimed to provide a "Rails-like" experience. But none was as comprehensive as Otwell wanted. So he built his own and released the first version in 2011.

Taylor Otwell seems like someone who gets design. I've used Laravel a little bit and I know what they mean when they say "opinionated" - but I think the word doesn't do justice to his confidence in his design.

Anyway, this article came up in my twitter feed yesterday and it made me happy to hear Laravel is going strong.

55
 
 

Someone probably named this before me but not my problem.

  • 4 cℓ gin (or to taste)
  • Top up with Club-Mate
  • Garnish with juniper berries (optional)

Recommended for taking the edge off of the usual subjects of sneer —whether Orange or LessSo— inclusive-or you like a gin and tonic with a caffeinated German hacker twist. I came up with the name after a workday of removing rules for decommissioned servers from SRX boxen.

I wanted to share what I'm having for tonight's catharsis session. I think it's NotAwful; please share your findings if you like ethanol. It's not karma farming if the site doesn't record your total internet points.

56
 
 

Bevy is a fun, cozy game engine to play with if you’re looking for something very flexible that implements some surprisingly advanced features. things I like:

  • it’s all rust, which is an advantage for me and the chemical burns I have from handling the dialect of C++ a lot of older game engines used to be written in
  • it implements a flexible entity component system, which I found pretty great for specifying game and rendering logic for things like roguelikes and simulations, where multiple game systems might interact in dynamic ways
  • the API is very cozy and feels like querying an extremely fast database at times
  • it’s a lot lower level than something like Unity or Godot, but you get some pretty advanced rendering features included
  • the main developer seems to have a lot of industry experience and a solid roadmap
57
 
 

Nix is one of the few pieces of software I trust. I use it on just about every computer I work on — awful.systems is managed and deployed by just nixos-rebuild and a deployment flake, as are almost all the computers in my house (including a few embedded into the house itself). in general it makes both software development and configuring Linux a lot more fun compared with the traditional way of doing things

I often call Nix fucking incomprehensible, but it doesn’t need to be. Zero to Nix is one of the documentation projects that’s intended to be a more gentle goal-oriented introduction to Nix concepts, and it’s definitely worth following along if you’re curious about Nix and want to be able to do something useful with it right away

if you end up liking Nix and want more of it, NixOS is an entire Linux distro configured and managed by Nix, and it’s incredibly powerful and stable. I run it on a full-fat gaming PC as my primary OS and the experience of running it is surprisingly very good; feel free to ask and I’ll summarize how I run stuff like games on NixOS

58
2
we gotta icon now (awful.systems)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

cue TMBG lightbulb song

59
60
2
Lisp on Atari 2600 (forums.atariage.com)
submitted 2 years ago by [email protected] to c/[email protected]
 
 

Since there seem to be some fellow^1^ Lisp weirdoes around here, thought I might take the chance to submit the inaugural post of NotAwfulTech. Also I figured this is cute. Hope it's not offtopic.

^1^ I'm just a noob though, barely managed to implement my first Lisp today.