<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: cybertim</title><link>https://news.ycombinator.com/user?id=cybertim</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 05 Aug 2026 01:07:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cybertim" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cybertim in "Qwen3.8-Max: A New Bar for Coding and Cowork"]]></title><description><![CDATA[
<p>I also "evolved" into 27b (q8 unsloth) and pi.dev (tried many combinations) feels for me the same as opus 4.5 that i use at work, faster even (using 2x 3080 20GB gives me 60-80tk/s). Though you do need to feed it more details up front (about what exactly you are planning to do and a good written skill.md) but I work that way anyways, im hyped for 3.8</p>
]]></description><pubDate>Mon, 03 Aug 2026 10:01:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49153588</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=49153588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49153588</guid></item><item><title><![CDATA[New comment by cybertim in "Solving 20 Erdős Problems with 20 Codex Accounts Running in Parallel"]]></title><description><![CDATA[
<p>I own a dedicated 48vCPU with even 160GB RAM.. its not that expensive, check ebay, maybe now with mem prices it will be a bit more steep but as a hobby it's not crazy to think one owns such a piece of hardware. 
My dual GPU setup was more expensive I think.</p>
]]></description><pubDate>Wed, 15 Jul 2026 04:39:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48916359</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48916359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48916359</guid></item><item><title><![CDATA[New comment by cybertim in "Ask HN: MacBook vs. Dedicated GPU for LLM"]]></title><description><![CDATA[
<p>I bought two RTX3080s with 20GB during my holiday in china (set me back 700euros) I'm getting 800-1000 input tps and 60-100tps output with Qwen 3.6 27b Q8 (MTP, P2P, 200k context) this feels like opus4.5 level while coding (pi harness).
Also easy to just host your own openai compatible api from home this way and still use your MacBook as dev station.</p>
]]></description><pubDate>Sat, 27 Jun 2026 05:53:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48695553</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48695553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48695553</guid></item><item><title><![CDATA[New comment by cybertim in "RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8"]]></title><description><![CDATA[
<p>Ok, i went through the P2P rabbithole, and incase anyone reads this, just use Fedora Rawhide, and run that repo install.sh mentioned in the blog post :)
Now i have:<p><pre><code>  GPU0 GPU1

 GPU0 X OK

 GPU1 OK X</code></pre></p>
]]></description><pubDate>Wed, 17 Jun 2026 10:36:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48568367</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48568367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48568367</guid></item><item><title><![CDATA[New comment by cybertim in "GrapheneOS has been ported to Android 17"]]></title><description><![CDATA[
<p>Graphene is NOT a jailbroken/rooted OS, its a real secure unrooted, bootloader locked OS, and MS Authenticotor works just fine.
If anything does not work its related to dependency of the App maker on a certain attestation google play services grapheneos.org/articles/attestation-compatibility-guide</p>
]]></description><pubDate>Wed, 17 Jun 2026 04:26:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48565654</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48565654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48565654</guid></item><item><title><![CDATA[New comment by cybertim in "RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8"]]></title><description><![CDATA[
<p>I'm using bazzite on my ai-rig just because it has the gpu-optimized things setup (also nvidia-open).
Looking at P2P seems to be available only for 90-versions of the nvidia rtx gpu line, not 80, and some versions of 50xx? (apparently the 5080?).
Anyways, i downloaded that uncensored model and tweaked those kv settings etc. still getting 60-80tk/s but im able to get my context on 180224 now, used to be 131072 which gave me some trouble, this is already a win :)</p>
]]></description><pubDate>Sat, 13 Jun 2026 19:42:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48520696</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48520696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48520696</guid></item><item><title><![CDATA[New comment by cybertim in "RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8"]]></title><description><![CDATA[
<p>$ nvidia-smi topo -p2p r<p>GPU0 GPU1<p>GPU0 X CNS<p>GPU1 CNS X<p>i guess not, i use llama.cpp with:<p>--spec-draft-n-max 3 --spec-type draft-mtp --split-mode tensor --tensor-split 1,1<p>and my (gen) tk/s are between 60-80 tk/s<p>will test this uncensored model and ngram added as well this weekend<p>btw, i also set my powerlimit to 220watt per card (with nvidia-smi) that will cost you around 1 tk/s but safe you a LOT of power and heat :)</p>
]]></description><pubDate>Sat, 13 Jun 2026 18:48:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48520241</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48520241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48520241</guid></item><item><title><![CDATA[New comment by cybertim in "RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8"]]></title><description><![CDATA[
<p>I bought two 3080/20gb and one of those MACHINIST X99 mainboards as well (one with two full x16 pcie slots) those boards come with a xeon cpu included (for the pcie lane support) it set me back 800 euros total (had a spare psu, ssd and mem in a drawer) and now im also happily running 80tk/s Qwen 3.6 Q8 (MTP).</p>
]]></description><pubDate>Sat, 13 Jun 2026 17:29:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48519419</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=48519419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48519419</guid></item><item><title><![CDATA[New comment by cybertim in "Mechanical Watch: Exploded View"]]></title><description><![CDATA[
<p>l'm curious if Bartosz will actually contact him for that final casting, i know i would definitely love to own one. And mainly because I love mechanical watches, especially what's inside, but I don't like to wear or really use them, this is a great solution for this "problem".</p>
]]></description><pubDate>Sun, 22 Jun 2025 15:13:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44347558</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=44347558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44347558</guid></item><item><title><![CDATA[New comment by cybertim in "Jeremi Gosney on recent LastPass breach and cloud-based password managers"]]></title><description><![CDATA[
<p>How does bitwarden’s backend being build in a gc language matter? There is also an api compatible project in rust called Vaultwarden if gc matters.
Is 1password and lastpass’s backend better in that regard? would be nice if he could elaborate on that point.</p>
]]></description><pubDate>Wed, 28 Dec 2022 21:23:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=34166172</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=34166172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34166172</guid></item><item><title><![CDATA[New comment by cybertim in "AirPods don't “just work”"]]></title><description><![CDATA[
<p>And to add to this, i learned to not use the 'bluetooth' icon to manage the AirPods, instead use the 'triangle with broadcast signal'-icon found next to the volume in the control centre or on many other different locations on your ipad, iphone or apple tv.<p>Just turn off the auto-connect feature and start using that icon, all the mentioned 'annoyances' will go away :)</p>
]]></description><pubDate>Wed, 26 Jan 2022 16:05:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=30087175</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=30087175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30087175</guid></item><item><title><![CDATA[New comment by cybertim in "Ask HN: Go-to web stack today?"]]></title><description><![CDATA[
<p>- Frontend: Angular 7+<p>- Backend: NodeJS with Hapi and Mongoose / Mongodb<p>- Auth module in Hapi (JWT)<p>- All in Typescript and VSCode<p>These libraries have been stable for a while now.
Tried GraphQL / Apollo for a while but the amount of breaking updates made me go back to the stack mentioned above.
Currently i'm exploring dotnet core (in C#) and blazor.</p>
]]></description><pubDate>Sat, 05 Jan 2019 09:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=18830828</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=18830828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18830828</guid></item><item><title><![CDATA[New comment by cybertim in "An intro to Pen Plotters"]]></title><description><![CDATA[
<p>This is exactly what I was looking for.
After searching on ebay for the HP 7550/7475a i noticed they are generally only available in the US. Since the shipping costs and import duties to the EU are really high for US-ebay products and most of them did not guarantee it would work I started looking into alternatives.<p>So I tried my luck on the 'Drawing Machines'...
But they are (in my opinion) very slow, suffer from the same 'do your own maintenance/support' like current 3D printers and brands like AxiDraw, Eleksmaker or Mackerblocks are crazy expensive compared to the 3D printers which contain much more electronics and material.<p>Also looking into their 'boards' I noticed they use different firmwares and mostly leaned on SVG/Inkscape/Python and i'd rather have the HP-GL to mess around instead of getting lost into this firmware/library rabbit hole.<p>Then I stumbled on the Silhouet Curio while looking through youtube videos. It has so many options.. whole 'home' businesses are build around this device.
Looking closer into the electronics I noticed it uses a proprietary language/driver.
However it does have a small active tech community that was able to reverse engineer the protocol and created an Inkscape plugin.. but that will make it on par with the drawing machines, and I'd rather have a documented protocol from the get go (like HP-GL).<p>I almost gave up on my dream of owning a plotter and tinkering with fractals and the HP-GL on a rainy Sunday afternoon.
Until I decided to read this thread that started it all once again and read your comment about the USCutter, this thing is exactly the right price and seems to actually use HP-GL, awesome, my search continues.</p>
]]></description><pubDate>Sun, 04 Mar 2018 07:55:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=16513713</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=16513713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16513713</guid></item><item><title><![CDATA[New comment by cybertim in "Bijlmer: City of the Future, Part 1"]]></title><description><![CDATA[
<p>I've lived there for five years, and like you, I'm always very surprised by all the articles and comments made by people about the Bijlmer (about it being the worst place ever..) But all these people tend to have one thing in common, they have never lived or even visited the Bijlmer, or indeed tend to be a bit racist. It's sad, because it is not a failure at all. In retrospect I even believe it's one of the most unique places The Netherlands has to offer.</p>
]]></description><pubDate>Thu, 22 Feb 2018 22:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=16441983</link><dc:creator>cybertim</dc:creator><comments>https://news.ycombinator.com/item?id=16441983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16441983</guid></item></channel></rss>