top | item 32993106

Ask HN: Which boring technology do you still use?

30 points| importgravity | 3 years ago

This question is inspired by the Choose Boring Technology post that is posted here often. My question here is which boring technology do you still use?

The most interesting answers would be those where the majority of tech workers today would most likely choose a new shiny technology but you still use a boring technology for it. Please do provide some context for your answers. Why did you choose the boring technology? What problems do you solve with it? Why didn't you switch to another popular alternative for it?

89 comments

order

bilekas|3 years ago

Vim.. I do like VSCode to be fair but I find after so many years nothing has been able to compete for me. I'm not particularly stubborn either with trying new things, but the learning curve versus the reward just don't trump Vim still..

Edit - Midnight Commander - Although i did upgrade to the SpeedCommander.

dvfjsdhgfv|3 years ago

> Edit - Midnight Commander - Although i did upgrade to the SpeedCommander.

AFAIR MC is for Unices only, whereas SC is for Windows. Out of curiosity: why did you decide to use a commercial product when open alternatives are available, such as FAR?

ProllyInfamous|3 years ago

I still use a typewriter for daily correspondence (both personal and business). This reduces the procrastination of editing and allows for more meaningful, personal, and distraction-free writings.

Using a modern word processor definitely allows for better revision / saving / duplication, but most writings shouldn't require so much thought / preparation. Not having a display to distract while thinking definitely allows the author to focus.

culturestate|3 years ago

> This reduces the procrastination of editing and allows for more meaningful, personal, and distraction-free writings.

I experience a similar kind of perfectionist-anxiety-induced procrastination when I write, and it’s always bothered me that none of the “distraction-free” writing apps (I use Ulysses) that come with typewriter modes[1] don’t have an option to disable backspace or even re-map it to strikethrough.

1. https://ghost-staging.ulysses.app/typewriter-mode/

muzani|3 years ago

The original mechanical keyboard.

I'd actually enjoy having a typewriter and being locked somewhere far and not have to think about build times. I remember an interview with a hacker who wrote code on paper while he was in jail, said it was extremely productive for him. A lot of modern writers also use typewriters so they can focus better without internet access.

fattybob|3 years ago

Paper and pencil / pen I industry (energy) my reports are written in text of various forms and emailed, but almost always printed and read from what I see, you can scribble on a printout - yes you can on many electronic media, but it’s just not as easy!

dvfjsdhgfv|3 years ago

All of them!

* C, because it is so easy to implement anything you can imagine, there are libraries for everything, and the resulting code runs very fast (although I deliberately limit myself to safe constructs only).

* C++, because many things are so much easier (and often safer) to do in C++ than in C, and again you have libraries for everything, and the code runs fast. Modern C++ is quite nice. And you don't have to know all of C++ to write reasonably efficient code.

* Python, because there is nothing faster when you need to prepare a prototype, and sometimes the prototype is good enough, especially in io-bound code.

* PHP, because you can quickly code practically any web solution extremely quickly (and integrate with any JS framework you like), and the deployment is a breeze. Again, modern PHP has very little in common with the old language you may remember from 2000.

* Bash and traditional Unix tools as they allow me to do my job in no time. I took time to learn what each one is for and it just saves time. Yes, I could use Python to grab the first fields from a CSV file but normally I'll do it faster with AWK etc.

That said, I love experimenting with new languages like Nim, they are a breath of fresh air and quite fun to tinker with. Nevertheless, in my day to day work, I find myself using proven tools most often.

wruza|3 years ago

Pen and paper to track my design and progress. I find it easier to “navigate” because paper allows me to draw connections, layout and diagrams in a way that is hard to do in software. It is also easier to access, because it’s like an additional display with your project always “open”. Sometimes I archive info from paper into a computer file, when most tasks are over but there are few notes that must be addressed later. I also archive important paper into physical files.

I tried many apps ought to replace pen and paper, but it never clicked.

the_third_wave|3 years ago

A wood-fired stove, wood-fired cooking stove, a few different types of axes and a crosscut saw to provide the former with fuel from dead trees.

Oh, wait? Those are not 'boring technologies', they're just 'old technologies' - nothing boring about them.

Computer-related 'boring' technologies in daily use: the nix tool set - shell, awk, sed, perl, curl and the like plus some relatively newcomers like jq and xidel to handle web-related things. Vim in one of its guises. Instead of fighting npm and the myriad of ever-changing related tools to provide CLI tools I tend to use the former to open up APIs to those who live on the command line. All the claims of shell being unsuitable for such projects notwithstanding these tools tend to work reliably while being self-contained - a single file pulling in a single config file and sometimes a common functions file. No transpilers needed, no packers, no shitload of libraries, no nuthin' - just a few hundred lines of 'boring' shell like e.g. this BookStack* API CLI [1] I made a week and a bit ago.

Storage: MDADM and LVM hosting ext4 instead of ZFS because I like the separation of tasks and the greater flexibility over the latter.

Web: PHP because it works and performs well enough. Java when needed, also because it works and performs well enough. Pure Javascript instead of the jumble of libraries/frameworks/new-ways-of-doing-things because those all too often end up being old-unmaintained-ways-of-doing-things.

System: C over C++/Rust/Zig over Go/Nim/Crystal because it is the Lingua Franca which has stood the test of time and will probably outlive most of those mentioned languages.

Communications: SMTP/IMAP + XMPP and when needed Telegram over Slack/Teams/whatever.

Cloud? Only when I have the hardware under my own control and within reach. The server lives under the stairs, the backup server under some other stairs in another building.

Wired Ethernet over WiFi when possible.

Older hardware, usually rescued from a dumpster or something similar.

[1] https://github.com/Yetangitu/bs

selfhoster11|3 years ago

CLI over browser apps. There is simply less latency than doing anything using browser tech, and sometimes less clicking than with GUI apps.

The ext4 filesystem. Yes, there is no bitrot protection and no snapshots etc, but it's rock-solid as a main OS partition.

Aardwolf|3 years ago

Do you happen to know if there's a linux filesystem that has bitrot protection, but doesn't need snapshots?

- ZFS is not in the Linux kernel so I don't want to use it for a daily work machine

- btrfs works fine but its tools to undelete/recover files when something did go wrong are pretty bad

- XFS looks ancient, not sure how good it is

- ext4 is also pretty aged by now, but is what I use now after my attempt at btrfs. It doesn't have any bitrot protection though

Is there anything else viable today? The above are basically the same choices as I also had 10 years ago

rakoo|3 years ago

RSS

IMAP

Bittorrent

I lost my mojo for brand new technologies and frameworks and languages, and I can't ignore the amount of energy and resources that new shiny tech requires, so I stick to low-tech, proven stuff that has been there for eons and will be there for eons, as much as I can.

bilekas|3 years ago

RSS & IMAP I can maybe understand are a bit 'boring' and stale but is bittorrent/p2p ?

I always see some really clever usages still popping up!

Thristle|3 years ago

what is the replacement for IMAP if you are not using the browser version?

As far as i can remember, any email client i ever set up with outlook/gmail/gsuite eventually is set up using IMAP

eimrine|3 years ago

Button phones + laptop instead of sensor phone for everything.

Cash instead of banks (cryptocurrency is an exception).

Email + forums + IRC (sometimes) instead of Telegram or similar.

Arc lamps instead of LED if it is possible.

Singlespeed bicycle instead of ones with gears.

3-way stereo with paper diffusors and class-A amplifier instead of wide-band 1-way with plastic diffusor and class-D amplifier. And listening to as old records as possible to find on torrents, not on streaming services.

Hardly to say why I chose all of this instead of all of that, I just like it and do not care about someone's laughers.

becquerel|3 years ago

Surely banks are pretty boring. They've been around for quite a while.

Aardwolf|3 years ago

> Arc lamps instead of LED if it is possible.

What's the advantage of Arc lamps over LED?

2rsf|3 years ago

> Singlespeed bicycle as in fixed-gear, a drivetrain with no freewheel mechanism?

the_third_wave|3 years ago

Arc lamps...

Both Waterhouse and Ghnxh are encased in planklike wrappings of genuine Qwghlm wool, and the latter carries THE GALVANICK LUCIPHER. The Galvanick Lucipher is of antique design. Ghnxh, who is about a hundred years old, can only smile in condescension at Waterhouse's U.S. Navy flashlight. In the sotto voce tones one might use to correct an enormous social gaffe, he explains that the galvanick lucipher is of such a superior design as to make any further reference to the Navy model a grating embarrassment for everyone concerned. He leads Waterhouse back to a special room behind the room behind the room behind the room behind the pantry, a room that exists solely for maintenance of the galvanick lucipher and the storage of its parts and supplies. The heart of the device is a hand-blown spherical glass jar comparable in volume to a gallon jug. Ghnxh, who suffers from a pretty advanced case of either hypothermia or Parkinson's, maneuvers a glass funnel into the neck of the jar. Then he wrestles a glass carboy from a shelf. The carboy, labeled AQUA REGIA, is filled with a fulminant orange liquid. He removes its glass stopper, hugs it, and heaves it over so that the orange fluid begins to glug out into the funnel and thence into the jar. Where it splashes out onto the tabletop, something very much like smoke curls up as it eats holes just like the thousands of other holes already there. The fumes get into Waterhouse's lungs; they are astoundingly corrosive. He staggers out of the room for a while.

When he ventures back, he finds Ghnxh whittling an electrode from an ingot of pure carbon. The jar of aqua regia has been capped off now, and a variety of anodes, cathodes, and other working substances are suspended in it, held in place by clamps of hammered gold. Thick wires, in insulating sheathes of hand-knit asbestos, twist out of the jar and into the business end of the galvanick lucipher: a copper salad bowl whose mouth is closed off by a Fresnel lens like the ones on a lighthouse. When Ghnxh gets his carbon whittled to just the right size and shape, he fits it into a little hatch in the side of this bowl, and casually throws a Frankensteinian blade switch. A spark pops across the contacts like a firecracker.

For a moment, Waterhouse thinks that one wall of the building has collapsed, exposing them to the direct light of the sun. But Ghnxh has simply turned on the galvanick lucipher, which soon becomes about ten times brighter, as Ghnxh adjusts a bronze thumbscrew. Crushed with shame, Waterhouse puts his Navy flashlight back into its prissy little belt holster, and precedes Ghnxh out of the room, the galvanick lucipher casting palpable warmth on the back of his neck. "We've got about two hours before she goes dead on us," Ghnxh says significantly.

   The Cryptonomicon
   Neal Stephenson
   pp 289-290
Oh, and fixies are silly city-dweller contraptions, the grown-up version of the BMX they rode as kids. Here's a nickel, son, get yourself a derailleur. I've been cycling from more or less when I could walk - being born in the Netherlands - and never stopped. The human machine works best at a cadence of around 80-100 rpm but the landscape does not take this into account by putting hills in the way. The same goes for the weather which sometimes giveth, sometimes taketh away.

agento|3 years ago

Lamps and light switches without wifi or bluetooth

solardev|3 years ago

I needed wireless sync for some separate light strips lately (to light up different parts of the kitchen), and I'm SO glad I chose one using its own RF protocol instead of wifi or Bluetooth. Instant on/off, pairing was a cinch, and it's been totally reliable ever since. This was the Feit Onesync, if anyone's wondering. Of course I'd have preferred a hardwired solution, but we're renters.

Meanwhile every single wifi or Bluetooth smart light I've ever tried has been a total disaster. They're all sitting in storage now, or the e-waste pile.

szab|3 years ago

Java is the most boring language that I can get any work done very quickly. I also really like boring html websites that are static served from my room with no dockerisation etc.

insickness|3 years ago

Microsoft Paint. Yes, photoshop can do 10,000 more things, but sometimes you want quick and dirty and it has all the basics you need.

muzani|3 years ago

I wish Mac and Linux had some equivalent to MS Paint. It seems like such a pain just to try to draw crop screnshots and draw circles sometimes.

wruza|3 years ago

I advise you to try Paint.NET, it’s a free and modern reincarnation of Paint Shop Pro, which was a true killer.

wanderingmind|3 years ago

Emacs and all its idiosyncrasies

BonfaceKilz|3 years ago

I agree with this. I tried other editors and they never really ever "stuck".

neuronsong|3 years ago

DOOM emacs lately... Emacs with Evil mode. Decent Vim keybindings.

rasikjain|3 years ago

Whenever I want to make a decision, I put my thoughts on paper using a pencil. This clears my brain and helps me to make an informed decision after putting PROs and CONs of a choice/selection.

kavaruka|3 years ago

django, I think that is the perfect tool to build MVP

ktpsns|3 years ago

Could not agree more. Sure, full stack JS might be nice and fancy but sometimes good old web technologies do the job.

gregvab|3 years ago

Django is not boring

notacoward|3 years ago

Boring technology? Well, a drill of course.

teeray|3 years ago

Ham Radio? With a cheap handheld transceiver, I can communicate over a large portion of New England through various repeaters and repeater systems. In a dead zone, I can still likely get in touch with someone if I need help. Yes, people are still active on them.

tomaspollak|3 years ago

Local music files. Including MIDI songs, of course.

keyle|3 years ago

PHP. Still the best language for the web. The Perl of the web imho. Arguably aged better!

tenebrisalietum|3 years ago

Is Perl boring? I know it's old but I'm not sure it's boring.

Anyway I really like it when I want to something more complex than what bash can handle easily.

Ekaros|3 years ago

Linux...

From software Irfanview for personal use.

perilunar|3 years ago

For my last couple of projects: vanilla JS — no frameworks, no build steps, no bloat.

tinglymintyfrsh|3 years ago

- Ruby - because Chef

- Prey project - device lost and found

- Neovim

- sysstat (sar)

- surfraw

- parallel

- gawk

- gpg for ssh

- VMware ESXi

- hwrng for entropy

- Colo your own servers

- /etc/securetty + PAM for passwordless root login on the actual console

- Kerb 5, LDAP, RADIUS

- SNMP

- Nagios-compatible collectors

srijanshetty|3 years ago

A bunch of them:

grep/ag - text search instead of a big name startup. vim - for text editing. zsh/tmux - for terminal stuff.

Google Keep (replace with text files) - for TODO and not some fancy task management software.

yread|3 years ago

jquery. It just works. It has all the polyfills I've needed

azangru|3 years ago

Polyfills? In jQuery?

Even gov.uk has removed jQuery from its dependencies; and their browser support requirements would make a frontend developer cry.

jlbbellefeuille|3 years ago

Toilets. Pretty amazing longevity if you ask me.

decibe1|3 years ago

Usenet - There's still a couple of newsgroups that have some worthwhile content. I just like longform text discussions.

beardyw|3 years ago

Let's face it, most technology is boring after about 30 minutes.

thefz|3 years ago

MP3 player. I love my FiiO X3 dearly, and it has physical buttons.

steanne|3 years ago

echo "notify-send 'tea is brewed' -t 0" | at 6:21 pm

SanjayMehta|3 years ago

A manual mechanical watch.

neuronsong|3 years ago

Analog watch... but auto-wound. Just have to wear it and it winds itself.

Mandatum|3 years ago

awk grep vi sh jq python2 python3 java curl pipe XPath cron

sameer_hacker|3 years ago

Winamp for music!

neuronsong|3 years ago

OMG. I hadn't played with winamp in years. Then a few weeks ago I stumbled on webamp.org and it was such a blast from the past. Winamp in a web browser! So cool. Double click on the visualization to full-screen it.