HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jetbalsa

no profile record

Submissions

Show HN: I turned my TV into a '90s Weather Channel with an Android kiosk app

github.com
4 points·by jetbalsa·قبل 4 أشهر·0 comments

comments

jetbalsa
·قبل 17 يومًا·discuss
My latest and greatest ThinkPad T14s Gen 6 likes to do it sometimes on cachyos, I can't nail it down from a KDE or hardware issue as it never does it while docked or a external mouse
jetbalsa
·قبل 18 يومًا·discuss
I also noticed they where not using XML for game state output, from what I understand most LLMs still benefit from having outputs like this put into XML tags
jetbalsa
·قبل 24 يومًا·discuss
with the keyboard typing and call center chatter... give me a break
jetbalsa
·قبل 28 يومًا·discuss
I found it hard stops on /anything/ Ghidra related at all, its annoying...
jetbalsa
·قبل 29 يومًا·discuss
I suspect their tar pits where not very good, most models can tell when you are feeding it junk, I see this a good bit with ollama honeypots,
jetbalsa
·الشهر الماضي·discuss
I have not very well treated AuADHD and being alone with my thoughts very long is generally not very productive, At least Coding LLMs have helped me get things I wouldn't of had the attention span to make in the past come to life. and a good bit of vibe coding is just yelling at the LLM that what its doing sounds good on paper so keep going, please do the needful, make no mistakes :V
jetbalsa
·الشهر الماضي·discuss
Depends, the SMD caps spread across the board the tiny ones do start to fail and go out of spec over time. they are a right pain to replace and hard to spot one that has gone out of spec to cause the chip to start crashing.
jetbalsa
·الشهر الماضي·discuss
Thats why I've always like pytk

    from tkinter import \*

    root = Tk()
    a = Label(root, text ="Hello World")
    a.pack()

    root.mainloop()
jetbalsa
·الشهر الماضي·discuss
Who are you again?
jetbalsa
·قبل شهرين·discuss
I've had a "Get in loser, we are going to Tau Ceti" on my car's bumper ever since the book came out
jetbalsa
·قبل شهرين·discuss
Ah, The 4chan of Minecraft servers, a silly place.
jetbalsa
·قبل شهرين·discuss
VPN and DNS Packages in OpenWRT eat a good bit of ram. and sometimes can be cheaper for faster speeds needed to higher packet processing.
jetbalsa
·قبل شهرين·discuss
I think they are looking for full 2d graphics, bitmaps, sprites and the likes.
jetbalsa
·قبل شهرين·discuss
always wanted to see if this was doable using NBD or even RBD over the internet. but I do love the ESP32 device they came up with.
jetbalsa
·قبل شهرين·discuss
I know a guy who gets a bunch of old hardware as a recycler, We made the Shell On Demand Appliance for DEFCON[1] awhile back and would love to expand it, but power/internet would just cost too much. we have the hardware and software to do this. just not the long term recurring

[1] https://forum.defcon.org/node/246908
jetbalsa
·قبل 3 أشهر·discuss
I've been mostly using Kimi has a hacker of sorts, putting it places I want to attach AI directly as their API for their plans are not completely user hostile. Need to do OCR for scanning Magic the Gathering Cards. Sure!, have it attached to X4: Foundations as a AI manager for some stuff. sounds fun. Can't really do that with claude
jetbalsa
·قبل 3 أشهر·discuss
That or having it start shit posting about your crappy code base on https://moltshit.com
jetbalsa
·قبل 3 أشهر·discuss
Yep, Its pretty damn good compared to classic OCR and even more lightweight ones as well that I can run locally. the cards just vary too much over time.
jetbalsa
·قبل 3 أشهر·discuss
I'm unsure of the sizes needed for prompt cache, but I suspect its several gigs in size (A percentage of the model weight size), how would the user upload this every time they started a resumed a old idle session, also are they going to save /every/ session you do this with?
jetbalsa
·قبل 3 أشهر·discuss
The cache is stored on Antropics servers, since its a save state of the LLM's weights at the time of processing. its several gigs in size. Every SINGLE TIME you send a message and its a cache miss you have to reprocess the entire message again eating up tons of tokens in the process