WolfLink
@WolfLink@sh.itjust.works
lemmy
0.19.16
0
Followers
0
Following
Joined June 06, 2024
Posts
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
I have a metal Apple Watch band that has started filing away the edge on one side of my MacBook just by accident.
View full thread on sh.itjust.works
6
0
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
@WolfLink@sh.itjust.works
in
technology
·
Mar 02, 2026
You can’t turn pure heat into useful energy. Thermoelectric generators tap into the transfer of heat between a hot reservoir and a cold reservoir.
View full thread on sh.itjust.works
0
1
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
@WolfLink@sh.itjust.works
in
lemmyshitpost
·
Feb 28, 2026
I ran a comparison between libsvtav1 and h264 and h265 and found that libsvtav kinda sucks
View full thread on sh.itjust.works
0
0
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
@WolfLink@sh.itjust.works
in
technology
·
Feb 25, 2026
My locally hosted Qwen3 30b said “Walk” including this awesome line:
**Why you might hesitate (and why it’s wrong):
X “But it’s a car wash!” -> No, the car doesn’t need to drive there—you do.
Note that I just asked the Ollama app, I didn’t alter or remove the default system prompt nor did I force it to answer in a specific format like in the article.
View full thread on sh.itjust.works
0
0
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
@WolfLink@sh.itjust.works
in
technology
·
Dec 11, 2025
I suppose I misunderstood
View full thread on sh.itjust.works
4
0
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
@WolfLink@sh.itjust.works
in
technology
·
Dec 11, 2025
Recent Nvidia drivers are open source
View full thread on sh.itjust.works
2
2
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
I suppose my setup already has “Xcode command line tools” installed, so gcc works as expected. It’s been a while but IIRC the process for installing the command line tools is pretty self explanatory.
I remember WSL being a whole process to setup, but it’s been a while, and as you might guess, I’m a lot more familiar with Mac than Windows.
What I do know is I had to support a Python project on all 3 OSes and Windows was by far the hardest to get working. We were deliberately not using WSL for that scenario.
View full thread on sh.itjust.works
0
0
0
0
Open post
In reply to
WolfLink
@WolfLink@sh.itjust.works
sh.itjust.works
Mac is very similar to Linux in that it comes with bash (these days zsh) and a lot of the command line tools you’d expect on Linux, including gcc and python3 installed by default. You’ll want them to have a decent text editor with code coloring. Sublime is what I was taught to use in university.
Windows is more difficult. The command line is very different (it inherits from DOS instead of Unix like both Mac and Linux). It doesn’t come with Python pre-installed. I’ve generally installed git-bash when working on Windows. There are some Python libraries that work fine on both Mac and Linux but have issues on Windows.
You could look into VSCode which is a decent IDE that works on all platforms. Of course, an IDE can be a bit of an information overload for a beginner, especially something like VSCode that’s constantly pushing AI features and plug-ins.
View full thread on sh.itjust.works
0
0
0
0