Showing posts with tech hashtag.

Back to all posts

2 years ago

The more I learn about CAN bus the more I want to try it out. Not so much to connect to a car but to connect serval micro-controllers together. I'm thinking about splitting my aquarium controller project up into parts that would communicate over the wire.

https://hackaday.com/2022/07/27/probing-can-bus-for-ev-battery-info/

#tech
#reeftank

--->pleroma archive post: od0vyiywuf7ee7j

2 years ago

Not every day a Hackaday article reaches into my life. We were unable to pay with visa card at a few different shops last month because of this. 💳

https://hackaday.com/2022/05/30/expired-certificate-causes-german-payment-meltdown/

#tech

--->pleroma archive post: due7zy9psajgrhz

2 years ago

Really want to find a use case to try Bubbletea, the Go Lang command line app framework.

https://github.com/charmbracelet/bubbletea

#go
#tech

--->pleroma archive post: yxtjuwqr0o6wid9

3 years ago

https://www.favicon-generator.org/

Super handy favicon generator.

#tech

--->pleroma archive post: 80htz9nglnod317

3 years ago

Still enjoying umami for tracking on my personal site and oblastle game.

https://github.com/mikecao/umami

Updating is as easy as going my VPS, pulling the new image, one line change in docker-compose.yml, and docker-compose up -d.

#tech

--->pleroma archive post: zq0rpr6exrgo0z8

3 years ago

“6 .NET Myths Dispelled”

https://blog.devgenius.io/6-net-myths-dispelled-celebrating-21-years-of-net-652795c2ea27

I’m soled. Looking to use .NET for my next side project.

#tech

--->pleroma archive post: zt1ylqekl9wy36y

3 years ago

Solidjs looks well “solid” looking forward to trying it out on the next web app personal project I build.


https://www.solidjs.com

#js
#tech

--->pleroma archive post: 6zfpkbrc3g9weau

3 years ago

Got tricky this morning with serverless.yml

```diff
diff --git a/serverless.yml b/serverless.yml
index 82fa9e5..ebe568d 100644
--- a/serverless.yml
+++ b/serverless.yml
@@ -29,6 +29,8 @@ provider:
- dynamodb:DeleteItem
Resource:
- Fn::GetAtt: [ CacheTable, Arn ]
+ - Fn::Sub: '${CacheTable.Arn}/index/*'
```

In order to give my lambda fn permissions to query an index on the dynamo I had to use a cloud formation 'sub' method.

#tech
#aws
#serverless

--->pleroma archive post: x2c28bhqofukbr4

3 years ago

Manually installed the latest rakudo tar on my Mac and all my raku scripts are working again!

rakudo-moar-2022.02-01-macos-x86_64-clang.tar.gz

This brings to an end the docker fix I was doing.

#raku
#tech

--->pleroma archive post: a0mgaruv2547254

3 years ago

Discovered graphviz today. Super helpful for graphing complex logic flows right from the command line. No GUI!

https://graphviz.org

#tech

--->pleroma archive post: trlgnybz0uilo6z

3 years ago

Do I know how to write cron statements by heart? No. Do I know about https://crontab.guru yes.

#tech
#cron

--->pleroma archive post: kywxc9jz5fhq0l7

3 years ago

Almost ready to put my DIY aquarium controller into use!

code: https://git.sr.ht/~travisshears/sewa-reef-controller

Full blog with pictures and explanation forthcoming.


#reeftank
#tech
#circuitpython

--->pleroma archive post: joq1rgbg3g55bjo

3 years ago

--->pleroma archive post: 01hrpnxo9bfsnrj

3 years ago

Enjoying app.cloudcraft.co for building AWS diagrams and want the infinite grid but not ready to spring for the paid version 💶. Thank you photo editing skills.

#tech
#aws

--->pleroma archive post: j5gkmz2ouu7psq2

3 years ago

Never got into crypto or NFTs and now never planning to.

https://youtu.be/YQ_xWvX1n9g

#tech
#nft

--->pleroma archive post: 0j6no5i217w2yan

3 years ago

Stumbled across this cool Kubernetes tool. It does more but the development env feature most excites me. Imagine working on a frontend and API code bases locally and having clustered containers automatically get the changes and hot-reload. 🤯. So much less memory and CPU recourses needed locally.

https://github.com/garden-io/garden

#tech

--->pleroma archive post: kc1yy5oehtd2xt8

3 years ago

Super cool project that takes pictures of planes as they fly over.

SkyBot

http://skybot.cam/about

#tech

--->pleroma archive post: 1xp3y9vgijb9q2f

3 years ago

--->pleroma archive post: kclb8jb1akialce

3 years ago

Made this new AWS Lambda + DynamoDB solution over top of my Pleroma instance in order to speed up the micro-blog page of my personal site. Surly a quick DynamoDB query will be faster then VPS + Docker + Big Elixir App + Postgres query? Somehow not!?!

10515.3ms response time then the following are quicker. Next step looking into how lambda warmup works, and if the lambda has enough RAM allocated.

code: https://git.sr.ht/~travisshears/ts-micro-blog-backend

micro-blog: https://travisshears.com/micro-blog/


#tech
#aws

--->pleroma archive post: 7c5gpeu9yy5daei

3 years ago

Just discovered I've been running ten Heroku applications since 2018. Oops.

Hmm that's a lot of wasted electricity 😞. Sorry world.

#tech

--->pleroma archive post: 0eor1potb1bcutl

Page 2 of 4, with 20 posts per page.

Next Page