• Lead Software Engineer @BoozAllen
• Mentor @ResilientCoders, #100Devs
• MS CS @ GMU by night
💙 Science & tech, TypeScript, Angular, GIS, Python, Rust, Go/Baduk, gaming, birds, photography
Views are mine
#birdsky #birds #birding
(Nice photo by the way, @dreamcatcher01.bsky.social !)
#birdsky #birds #birding
(Nice photo by the way, @dreamcatcher01.bsky.social !)
Models are quantized to use less, e.g. 7b (7 billion param) models use ~5GB and 14b use ~9GB. For R1 I've found 14b to be superior.
Models are quantized to use less, e.g. 7b (7 billion param) models use ~5GB and 14b use ~9GB. For R1 I've found 14b to be superior.
To install, visit github.com/open-webui/o... and follow the “If Ollama is on your computer” instructions.
Run the container, open localhost:3000, and that’s it!
To install, visit github.com/open-webui/o... and follow the “If Ollama is on your computer” instructions.
Run the container, open localhost:3000, and that’s it!
- Install Ollama ollama.com
- Run `ollama run deepseek-r1`
Now you can chat in your CLI!
Browse models at ollama.com/search. Use in code: `npm i ollama` JavaScript / TypeScript, `pip install ollama` Python.
🧵
#webdev #100devs
- Install Ollama ollama.com
- Run `ollama run deepseek-r1`
Now you can chat in your CLI!
Browse models at ollama.com/search. Use in code: `npm i ollama` JavaScript / TypeScript, `pip install ollama` Python.
🧵
#webdev #100devs
Open Bluesky in a browser (web or mobile), search something, then add a bookmark to save it.
One particularly handy search I have bookmarked is “from:me 📌 ToDo” so I can see all my replies I have pinned to do.
#BlueskyTips
Open Bluesky in a browser (web or mobile), search something, then add a bookmark to save it.
One particularly handy search I have bookmarked is “from:me 📌 ToDo” so I can see all my replies I have pinned to do.
#BlueskyTips
It's one of those rare games that scales extraordinarily well from 2 up to 8 players. It's poker-based, so you can get in on the action even when it's not your turn.
I discovered it at #MAGFest last year and we've been having a blast with it ever since!!
It's one of those rare games that scales extraordinarily well from 2 up to 8 players. It's poker-based, so you can get in on the action even when it's not your turn.
I discovered it at #MAGFest last year and we've been having a blast with it ever since!!
#bangladesh
#bangladesh
Do you think it’s drinking the water? Or just taking a bird-bath?
Do you think it’s drinking the water? Or just taking a bird-bath?
One small thing I caught on mobile iOS Safari is that the nav bar doesn’t stick to the top when I scroll
One small thing I caught on mobile iOS Safari is that the nav bar doesn’t stick to the top when I scroll
I had so many users reach out, thankful for how easy it was to track trends and point to data. 💙
This video shows the first year of the pandemic.
More: covid-19-watch.com#/about
#foss #opensource #buildinpublic
I had so many users reach out, thankful for how easy it was to track trends and point to data. 💙
This video shows the first year of the pandemic.
More: covid-19-watch.com#/about
#foss #opensource #buildinpublic
For HSL, you're going to pass through all the other hues as you go from red to blue. For RGB, it's going to result in a more "direct path". Depends what you need!
🧵(4/4)
For HSL, you're going to pass through all the other hues as you go from red to blue. For RGB, it's going to result in a more "direct path". Depends what you need!
🧵(4/4)
Example: What's the HSL for "slate" (bluish gray)?
- Hue: 210, between cyan and blue (0-360)
- Saturation: More gray than blue, 30% (0 = gray)
- Lightness: Dim, 40% (50% = neutral)
hsl(210, 30%, 40%)
Yep, that's what I was picturing!
🧵(1/4)
#css #webdev