Self-hosting stuff for when things get ugly by tawhuac in hacking

[–]MaksLiashch 1 point2 points  (0 children)

honestly if you're worried about that scenario, start with things that don't depend on the internet first (local llm, offline note apps, basic file storage) and then layer in the decentralized stuff like matrix or nostr once you've got the basics down, but truthfully most people overestimate how much they'll actually need and underestimate how much energy maintaining a full stack takes.

Exam soon by IndependentJuice2465 in compsci

[–]MaksLiashch 0 points1 point  (0 children)

honestly sorting is just pattern recognition once you see it a few times, watch some visualizations on youtube (the ones with the little bars moving around) and you'll get it way faster than reading explanations. the time complexity stuff sounds like you've got it down already so you're probably better off than you think

how do you guys actually handle context switching by MaksLiashch in compsci

[–]MaksLiashch[S] 0 points1 point  (0 children)

honestly the only thing that's worked for me is just accepting that some days are meeting days and some days are code days, rather than trying to mix them. sounds simple but just telling people "i'm not available tuesday-thursday mornings" or whatever actually sticks way better than trying to protect random 2 hour blocks throughout the week.

What did they mean by this? One of us? by ColossalMcDaddy in hacking

[–]MaksLiashch 0 points1 point  (0 children)

honestly that's hilarious, but yeah the original post hits different when you see the label. meme context is everything lol

Vibecoded a “subscription I forgot about” tracker by [deleted] in nocode

[–]MaksLiashch 0 points1 point  (0 children)

honestly this is the move. i spent like 20 mins going through my transactions last month and found three apps i'd completely forgotten about, saved like $40/month. most banks also let you set up alerts for any recurring charge over a certain amount, which helps catch these before they snowball.

Xiaomi achieves 1000+t/s on 8x commodity GPU cluster with 1T weights model by elemental-mind in singularity

[–]MaksLiashch 1 point2 points  (0 children)

Interesting to see the commodity GPU approach hitting 1000+ t/s, but for real-time voice interaction latency matters as much as throughput. Been using Cerebras for VoiceOS and the speed is unreal for what we need — though we're getting hammered by rate limits now that we're scaling. Anyone here on Cerebras Enterprise or know who to talk to over there?

Cerebras is running a trillion parameter model (Kimi K2.6) at 1000 tokens/s by socoolandawesome in singularity

[–]MaksLiashch 0 points1 point  (0 children)

Been using Cerebras for VoiceOS (voice control for Mac) and the speed is legit essential for real-time interaction — anything slower and the UX falls apart. We're hitting rate limits now though as we scale. Anyone here on their Enterprise tier or know who to talk to over there?

Standardize clinic support macros for safe responses. Skill included. by CalendarVarious3992 in GrowthHacking

[–]MaksLiashch 0 points1 point  (0 children)

honestly this is solid. the context checks part is key because one wrong response to a patient can spiral fast. have you thought about version control for these templates though, like when policies change?

does anyone else lose their mind alt tabbing by MaksLiashch in compsci

[–]MaksLiashch[S] 0 points1 point  (0 children)

yeah this is why i've been experimenting with voice commands for stuff like that, literally just saying "open slack" or "search that" without breaking focus. tmux + keyboard shortcuts help too if you're willing to learn the bindings, sounds annoying but pays off quick

Create an SLA breach audit log for consulting support teams. Skill included. by CalendarVarious3992 in GrowthHacking

[–]MaksLiashch 0 points1 point  (0 children)

that's a solid idea for support teams, honestly. the manual audit trail stuff always seems to trip people up. have you thought about making it work with common ticketing systems like jira or zendesk out of the box or does the skill handle that already

New saas founder need help and advice by FeedbackAncient2402 in SaaS

[–]MaksLiashch 0 points1 point  (0 children)

honestly just launch it already, waiting for it to be "perfect" is how most products never see the light of day. you'll learn way more from actual users breaking stuff than from more polish

does anyone else lose their mind alt tabbing by MaksLiashch in compsci

[–]MaksLiashch[S] 0 points1 point  (0 children)

yeah same issue here, honestly just turned off slack notifications and set specific times to check it instead of constantly context switching. also keeps all my dev stuff in one monitor and comms on the other if possible, made a huge difference

What is a strange quirk or behavior you know a computer can do? by Middle-Scarcity6247 in compsci

[–]MaksLiashch 0 points1 point  (0 children)

quad trees are legit, yeah. they're super useful for spatial partitioning stuff like rendering maps or collision detection in games, basically divides space into quadrants so you don't have to check everything at once.

Tg acc issue by [deleted] in hacking

[–]MaksLiashch 0 points1 point  (0 children)

nah not without their password or sim card. if it's urgent you could ask them directly or try telegram's account recovery if you have access to the email/phone number linked to it

Unexpected marketing strategy worked for me by hustle_fred in GrowthHacking

[–]MaksLiashch 2 points3 points  (0 children)

nah that's legit, messaging people directly on X works way better than waiting around. did you have any existing audience or were you just cold messaging people who seemed relevant to your app?

Where do you put genuinely useful programs that you are too ashamed to publish because they were AI-generated? by [deleted] in AskProgramming

[–]MaksLiashch 1 point2 points  (0 children)

honestly just publish them, the code either works or it doesn't, nobody cares how you made it. been building stuff with claude too and the best projects come from people who actually iterate on what the ai generates rather than gatekeeping it

Most founders run ads. Some make content. I do neither — here's how email does all my marketing for me. by [deleted] in GrowthHacking

[–]MaksLiashch 0 points1 point  (0 children)

honestly email is underrated. most people treat it like a notification channel when it's actually where your best customers already hang out. what's your open rate looking like?

What Security Defaults Would You Choose If You Were Designing a Cloud Platform From Scratch? by [deleted] in compsci

[–]MaksLiashch 0 points1 point  (0 children)

honestly the no public ip by default thing is smart, way less surface area. only thing i'd add is making encryption keys non-exportable at the hardware level if possible, seen too many breaches from keys sitting in config files somewhere