From b012522a99afd8796bdb8ca475f6047a39b024a6 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 8 Feb 2024 08:45:09 +0100 Subject: [PATCH] Clean-up old pages --- content/lab.md | 85 ----------------------------------- content/project-ideas.md | 23 ---------- content/recommendations.md | 87 ------------------------------------ content/startup-resources.md | 35 --------------- content/typography-test.md | 6 +++ content/wishlist.md | 58 ------------------------ 6 files changed, 6 insertions(+), 288 deletions(-) delete mode 100644 content/lab.md delete mode 100644 content/project-ideas.md delete mode 100644 content/recommendations.md delete mode 100644 content/startup-resources.md delete mode 100644 content/wishlist.md diff --git a/content/lab.md b/content/lab.md deleted file mode 100644 index 3a98dea..0000000 --- a/content/lab.md +++ /dev/null @@ -1,85 +0,0 @@ -+++ -type = "page" -title = "Ariejan's Electronics Lab" -+++ - -I'm always curious to see what tools others are using. In that spirit I'd like to share with -you the tools I use in my electronics lab. - -_Full disclosure: the links below are Amazon Affiliate links. This costs you nothing, but -I will get a small commission on each sale Amazon makes._ - -## Multimeters - -Multimeters are easily the most commonly used tools any electronics engineer will -use. I've got a few in my lab. - -### Fluke 115 - -
- -This is a lovely multimeter. I bought it used on eBay in 2017, and it's still available. The 115 is a 6000 count -multimeter that does _almost_ everything you might expect: DC and AC voltage, resistance, capacitance, diode and -continuity testing and frequency. What is does _not_ have, however, is a milliamp or microamp range. - -But, it's a very decent Fluke multimeter. It feel very solid and it measures and updates very fast. - -### Uni-T 61-E - -
- -This was my first _real_ multimeter. I picked it for it's friendly price, huge feature set and good -reviews on the internet. This is a 20,000 count multimeter, meaning it offers better precision than the -Fluke 115. For all intents and purposes, this is a very fine multimeter. I've used it for a few years -and I'm still using it every now and then. - -## Oscilloscope - -If you're getting more serious about electronics, a decent oscilloscope is a must-have. It allows you -to measure voltage over time. If you have a modern scope, you might get a lot of extra goodies like -support for reading different protocols (serial, i2c, spi, etc.) and multiple channels. - -### Rigol DS1054Z - -
- -I went with the Rigol DS1054Z for two reasons: it has a low price and it's features packed. It got good -reviews and I prefered to buy something new and modern over some _vintage_ analog scope. - -I later discovered that this scope packs all the hardware of its bigger brothers and can be hacked -to unlock these. I'm still tempted... - -## Power Supply - -When I first started to look beyond Arduino, I quickly found myself in need of a power supply that -could deliver different voltages. My first attempt was to build my own power supply, but I quickly -learned that I would be better of with a commercial product. - -### Siglent SPD-3303D - -
- -I bought the Siglent at a local electronics convention and I have never regretted that decision. This unit -has two adjustable (0 - 30V/0 - 3A) and one fixed (1.5/3.3/5.0V 0.3A) outputs. This means I can power an -arduino with the 3.3/5V outputs easily and use the other two outputs as a positive/negative supply. - -Also, current limiting has saved my ass more than once ;-) - -## Soldering - -I have an assortiment of small pliers, solder wick and solder suckers. - -### Aoyue 968 - -
- -My wife gifted me this Aoyue 968 soldering / hot air station for my birthday a few years back. Best. -Gift. Ever. It might not be a Weller or Hakko, but it's a decent unit that has served me well. - -Best part of this unit is that it contains a fume extractor on the soldering iron. No more toxic -fumes for me! Yay! - -## Wishlist - -There's still tons of goodies on my wishlist. A good bench multimeter and signal generator are high on -my list. \ No newline at end of file diff --git a/content/project-ideas.md b/content/project-ideas.md deleted file mode 100644 index 8e2194e..0000000 --- a/content/project-ideas.md +++ /dev/null @@ -1,23 +0,0 @@ -+++ -type = "page" -title = "Project ideas" -date = "2019-02-27" -+++ - -## Electronics / Retro Computers - - * Class D Desktop amp (< 30W) for studio monitors ๐Ÿก’ `amp-1` - * 5V Precision reference - * Integrated USB DAC / Amplifier - * MOS 6502 Based computer - * ~~High quality phono pre-amplifier~~ ๐Ÿก’ `phono-x` - -## Software - - * Web based Dokku orchestrator ๐Ÿก’ `gaffer` - * Develop a text-based fantasy adventure / MUD ๐Ÿก’ `tyr` - * Digital notes / reminder / personal assistant (รก la Bullet Journal-ish) - -## Writing - - * Write an publish a fantasy novel set in _Blackscar_ ๐Ÿก’ `blackscar-1` diff --git a/content/recommendations.md b/content/recommendations.md deleted file mode 100644 index 66c4a28..0000000 --- a/content/recommendations.md +++ /dev/null @@ -1,87 +0,0 @@ -+++ -type = "page" -title = "Book recommendations" -+++ - -This list contains books I've read and own personally. I enjoyed reading and -learning from these books and I've kept almost all of them around for reference. - -## Git - - * [Pragmatic Version Control Using Git](http://amzn.to/2bcbNd9) - * [Version Control with Git](http://amzn.to/2bAHyfn) - -## Electronics - - * [The Art of Electronics - 3rd Edition](http://amzn.to/2bbtTKy) tip - * [Practical Electronics for Inventors - 4th Edition](http://amzn.to/2jhbAq7) tip - -## Software Engineering - - * [The Pragmatic Programmer: From Journeyman to Master](http://amzn.to/2bbKD1C) - * [The Passionate Programmer: Creating a Remarkable Career in Software Development](http://amzn.to/2bA1bE1) - * [Clean Code: A Handbook for Agile Software Craftsmanship](http://amzn.to/2bA18Ix) tip - * [Understanding the Four Rules of Simple Design](https://leanpub.com/4rulesofsimpledesign) - * [The Mytical Man-Month](http://amzn.to/2bwMPTK) - -## Ruby - - * [Programming Ruby](http://amzn.to/2bA0ta5) tip - * [The Well Grounded Rubyist](http://amzn.to/2bpIv9U) - * [Practical Object-Oriented Design in Ruby](http://amzn.to/2bbDSBp) tip - -## Ruby on Rails - - * [Agile Web Development with Rails 4](http://amzn.to/2bbsdRd) - * [Agile Web Development with Rails 5](http://amzn.to/2bGFHCH) tip - * [Rails 4 Test Prescriptions](http://amzn.to/2bA0lYc) - * [Metaprogramming Ruby 2](http://amzn.to/2buepiu) - * [The Cucumber Book: Behaviour-Driven Development for Testers and Developers](http://amzn.to/2bbspzW) - * [The RSpec Book: Behaviour-Driven Development with RSpec, Cucumber, and Friends](http://amzn.to/2bA1FtW) - -## GPG - The GNU Privacy Guard - - * [PGP & GPG: Email for the Practical Paranoid](http://amzn.to/2kJ4zxM) tip - -## Golang - - * [Programming in Go](http://amzn.to/2bbsHqI) - -## Vim and Tmux - - * [Practical Vim](http://amzn.to/2bbsDqS) - * [Vi iMproved](http://amzn.to/2bbsoMr) tip - * [tmux 2: Productive Mouse-Free Development](http://amzn.to/2n8I3Ax) tip - -## Agile / Scrum - - * [Scrum and XP from the Trenches](http://amzn.to/2bbtkjU) - * [Agile Coaching](http://amzn.to/2bwM3Gt) - -## MOS 6502 Microprocessor - - * [6502 Applications Book](http://amzn.to/2bc0m3y) - * [Programming the 6502](http://amzn.to/2bqvXPl) - - ## macOS / Cocoa / Swift / Objective-C - - * [Cocoa Programming for OS X: The Big Nerd Ranch Guide (5th edition)](http://amzn.to/2bpRLL0) tip - ---- - -## Going paperless? - - - -I _love_ my Kindle. It's light-weight, has a battery that lasts about 4 weeks (I read about 1 hour a day), and it features a quality e-ink screen. The 3G option is fantastic, as you can leave your Kindle always connected and use services like [Readability](https://www.readability.com/) to send web pages neatly formatted to your Kindle for later reading. - -Almost all of the books listed above are available for Kindle as well. So if you're not already paperless, why not start now? - - * [Amazon Kindle Paperwhite](http://amzn.to/2bfTHqN) - * [Aamzon Kindle Voyage](http://amzn.to/2bDXAF1) - * [Kindle Unlimited 30-Day Free Trial](https://www.amazon.com/gp/kindle/ku/sign-up?ie=UTF8&*Version*=1&*entries*=0&ref_=assoc_tag_ph_1454291293420&_encoding=UTF8&camp=1789&creative=9325&linkCode=pf4&tag=ariejannet02-20&linkId=27a2fcdbdce4d545fd1dd60031c45474) - -_Full disclosure: the links below are Amazon Affiliate links. This costs you nothing, but -I will get a small commission on each sale Amazon makes._ - - diff --git a/content/startup-resources.md b/content/startup-resources.md deleted file mode 100644 index ddcce0a..0000000 --- a/content/startup-resources.md +++ /dev/null @@ -1,35 +0,0 @@ -+++ -type = "page" -title = "Start-up Resources" -+++ - -This page contains a list of useful start-up resources. - -**_There are no affiliate/referral links below_** - -## Landing page - - * [Spaces](https://gospaces.com) - free, custom domain, newsletter signups. - -## Code - - * [Github.com](https://github.com) - $7/mo for unlimited private git repositories - * [Gitlab.com](https://gitlab.com) - free for unlimited private git repositories - -## VPS / Servers - - * [Digital Ocean](https://digitalocean.com) - Starting at $5/mo, SSD-powered - -## Ideas - - * [Ideas Watch](http://www.ideaswatch.com/) - -## Name / Domain name - - * [Name Mesh](http://www.namemesh.com/) - Find domain names - * [Panabee](http://www.panabee.com/) - -## Website testing - - * [Pingdom Website Speed Test](https://tools.pingdom.com/) - * [Google Developer PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/) diff --git a/content/typography-test.md b/content/typography-test.md index 490e10e..0193424 100644 --- a/content/typography-test.md +++ b/content/typography-test.md @@ -11,10 +11,16 @@ This pages tests the typography of this website.. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non nisi lectus. Vestibulum ipsum tellus, accumsan venenatis dapibus et, euismod eu magna. Nulla consectetur erat felis, quis facilisis justo congue volutpat. Sed quis interdum eros. Nam lacinia varius ligula at lacinia. Nunc sodales enim et auctor rhoncus. Integer vitae dolor at turpis eleifend scelerisque. Fusce faucibus, tortor ac laoreet vulputate, libero ligula auctor sem, eu faucibus eros risus nec tortor. Quisque commodo tempor nulla ut lobortis. Sed interdum eu neque vestibulum posuere. +**Lorem ipsum** dolor sit amet, _consectetur adipiscing elit_. Nullam non nisi lectus. Vestibulum ipsum tellus, accumsan venenatis dapibus et, euismod eu magna. Nulla consectetur erat felis, quis facilisis justo congue volutpat. Sed quis interdum eros. Nam lacinia varius ligula at lacinia. Nunc sodales enim et auctor rhoncus. Integer vitae dolor at turpis eleifend scelerisque. Fusce faucibus, tortor ac laoreet vulputate, libero ligula auctor sem, eu faucibus eros risus nec tortor. Quisque commodo tempor nulla ut lobortis. Sed interdum eu neque vestibulum posuere. + ## Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non nisi lectus. Vestibulum ipsum tellus, accumsan venenatis dapibus et, euismod eu magna. Nulla consectetur erat felis, quis facilisis justo congue volutpat. Sed quis interdum eros. Nam lacinia varius ligula at lacinia. Nunc sodales enim et auctor rhoncus. Integer vitae dolor at turpis eleifend scelerisque. Fusce faucibus, tortor ac laoreet vulputate, libero ligula auctor sem, eu faucibus eros risus nec tortor. Quisque commodo tempor nulla ut lobortis. Sed interdum eu neque vestibulum posuere. +> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non nisi lectus. Vestibulum ipsum tellus, accumsan venenatis dapibus et, euismod eu magna. Nulla consectetur erat felis, quis facilisis justo congue volutpat. Sed quis interdum eros. Nam lacinia varius ligula at lacinia. Nunc sodales enim et auctor rhoncus. Integer vitae dolor at turpis eleifend scelerisque. Fusce faucibus, tortor ac laoreet vulputate, libero ligula auctor sem, eu faucibus eros risus nec tortor. Quisque commodo tempor nulla ut lobortis. Sed interdum eu neque vestibulum posuere. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. `Nullam non nisi lectus. Vestibulum ipsum tellus`, accumsan venenatis dapibus et, euismod eu magna. Nulla consectetur erat felis, quis facilisis justo congue volutpat. Sed quis interdum eros. Nam lacinia varius ligula at lacinia. Nunc sodales enim et auctor rhoncus. Integer vitae dolor at turpis eleifend scelerisque. Fusce faucibus, tortor ac laoreet vulputate, libero ligula auctor sem, eu faucibus eros risus nec tortor. Quisque commodo tempor nulla ut lobortis. Sed interdum eu neque vestibulum posuere. + ### Header 3 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non nisi lectus. Vestibulum ipsum tellus, accumsan venenatis dapibus et, euismod eu magna. Nulla consectetur erat felis, quis facilisis justo congue volutpat. Sed quis interdum eros. Nam lacinia varius ligula at lacinia. Nunc sodales enim et auctor rhoncus. Integer vitae dolor at turpis eleifend scelerisque. Fusce faucibus, tortor ac laoreet vulputate, libero ligula auctor sem, eu faucibus eros risus nec tortor. Quisque commodo tempor nulla ut lobortis. Sed interdum eu neque vestibulum posuere. diff --git a/content/wishlist.md b/content/wishlist.md deleted file mode 100644 index 49fe461..0000000 --- a/content/wishlist.md +++ /dev/null @@ -1,58 +0,0 @@ -+++ -type = "page" -title = "๐ŸŽ Ariejan's Wishlist ๐ŸŽ" -+++ - -So, you're considering to buy a me a gift. _Awesome_ ๐Ÿ’ You are in no -way obliged to buy something fromt his list - feel free to surprise me! - -## ๐ŸŽถ  Music / Vinyl - -Check my up to date vinyl collection at [Discogs](https://www.discogs.com/user/airbornearie/collection) -so you don't disappoint yourself by buying a record I already have. - -_I prefer new or undamaged pre-owned records._ - - * [Guardians Of The Galaxy: Awesome Mix Vol. 1](https://www.bol.com/nl/p/guardians-of-the-galaxy-awesome-mix-vol-1/9200000032855770) - * [Guardians Of The Galaxy Vol.2: Awes](https://www.bol.com/nl/p/guardians-of-the-galaxy-vol-2-awes/9200000078848004) - * [Guns 'N Roses - Use Your Illusion I](https://www.bol.com/nl/p/use-your-illusion-1/1000004007413184) - * [Guns 'N Roses - Use Your Illusion II](https://www.bol.com/nl/p/use-your-illusion-2/1000004007413185) - * [Rammstein - Rosenrot](https://www.discogs.com/Rammstein-Rosenrot/release/3553855) - * [Ghost - Opus Eponymous](https://www.bol.com/nl/p/opus-eponymous/9200000022227527/) - * [The Legend of Johnny Cash](https://www.bol.com/nl/p/the-legend-of-johnny-cash/9200000028610920) - * [AC/DC - Let There Be Rock](https://www.bol.com/nl/p/let-there-be-rock/1000004007411828) - * [AC/DC - High Voltage](https://www.bol.com/nl/p/high-voltage/1000004007332032) - -## ๐ŸŽง  Audio Equipment - -These are not your average birthday gifts, but I'm still listing these... just in case :-) - - * [Audio-Technica AT-LP5 Record Player](https://eu.audio-technica.com/hifi-phono/turntables/AT-LP5) - * [Bowers & Wilkins 685 S2 (Black, Set of 2)](http://www.bowers-wilkins.nl/Luidsprekers/Home_audio/600_Series/685.html) - * [Bowers & Wilkins ASW610 subwoofer](http://www.bowers-wilkins.nl/Luidsprekers/Home_audio/600_Series/ASW610.html) - * Reloop Record/CD Cleaner Mk2 - -## ๐Ÿก  Home & Garden - - * [Philips HD4467 Contact grill](https://www.contactgrillshop.nl/product/166697/category-218516/philips-hd4467.html) - -## ๐Ÿ–ฅ  Computer - - * [Apple iPad (2017) 128GB WiFi Space Gray](https://www.tabletcenter.nl/product/772996/apple-ipad-2017-128-gb-wifi-space-gray.html) - -## ๐Ÿ“š  Books - -Nothing at the moment - -## ๐Ÿ”Œ  Electronics - - * [Fluke 115 Multimeter](http://www.eleshop.nl/fluke-115-true-rms-multimeter.html) - * [Rigol DG1022 Function Generator](http://www.eleshop.nl/rigol-dg1022-serie-functiegeneratoren.html) - -## ๐Ÿ•น  Gaming - -I own an _Xbox One_, so if you buy a game, buy one for that platform. - - * [Diablo 3](https://www.bol.com/nl/p/diablo-3-ultimate-evil-edition-xbox-one/9200000028124101) - * [Fallout 4](https://www.bol.com/nl/p/fallout-4-xbox-one/9200000045603037) -