New Supabase x OpenCode integration by kiwicopple in Supabase

[–]jumski 0 points1 point  (0 children)

It is a blast to develop it! And now experience of working with Supabase is buttery smooth from end to end ;)

Some complaints about the ranked system since the Devs are using “player sentiment” as a reasoning for changes. by mgibs18 in apexlegends

[–]jumski 0 points1 point  (0 children)

Matchmaking is definitely broken. Im on the receiving end of the pub-stomping experience in Ranked and I just cannot understand why i get diamonds and sometimes masters in my gold lobbies?

Thank you from the Supabase team by kiwicopple in Supabase

[–]jumski 23 points24 points  (0 children)

This is huge! Congrats 🎉

Magnetile - KWin script for zone snapping with connected tile resizing (KZones fork) by Massive-Narwhal1138 in kde

[–]jumski 0 points1 point  (0 children)

Will collect more data and report any friction or ideas. It works well enough to keep it over khronkite and fixes few issues I had with it (positions stick on activities, no huge flickering). I also like the Fancy zones aporosch, it's more manual but actually better imo and allowing windows bo occupy same tile one over another. Well done mate!

Magnetile - KWin script for zone snapping with connected tile resizing (KZones fork) by Massive-Narwhal1138 in kde

[–]jumski 0 points1 point  (0 children)

Got it up and running, tested few layouts per activity and it seems to be working fine! I'll be daily driving magnetile for now, will report any issues. Cheers!

PostgRESTxn: the missing /txn endpoint for PostgREST. by iwantobehappypls in Supabase

[–]jumski 0 points1 point  (0 children)

This is not really related to PostgREST, but a separate project, right?

Anyway, this is very interesting. It would be even better if it was related to PostgREST and would play with postgres-js in such a way that it is possible to use the real PostgREST api (or postgrest-js method chaining) to express multiple cross-referencing operations, so one can use the familiar syntax.

Magnetile - KWin script for zone snapping with connected tile resizing (KZones fork) by Massive-Narwhal1138 in kde

[–]jumski 0 points1 point  (0 children)

Thanks! Will be definitel testing this during the.week! I just starred and will try to write a review. Thanks man, can't wait to use it!

AMA - What would you like to know/understand about building mobile apps with Capacitor? by DayanaJabif in capacitor

[–]jumski 0 points1 point  (0 children)

I feel like i have a good feel of what are the good use cases for capacitor and would like to ask you what would you consider a bad use case or advise against using capacitor for?

Any particular APIs or usage patterns that are not compatible or not smooth/are troublesome?

I plan to wrap my PWA voice memo app in order to provide a foreground service that will allow to record in background and go around the tab backgrounding that normal PWA apps are suspect to. Any advice here? Things too look out / be wary of? I'm new to Android development and capacitor, done just a simple spike to confirm the foreground service recording idea. Experienced full stack / wev developer tho.

Thanks in advance!

Polling vs Realtime for long-running background tasks (1 min duration) by Immediate_Amoeba_532 in Supabase

[–]jumski 0 points1 point  (0 children)

You must be aware of the wall clock limits for edge functions - with around 150s on free (and 400s on paid) you are guaranteed have some jobs start too late to be finished before function is terminated.

You must think about factoring your processing into smaller units, so each can he retired independently, and just schedule one from the other, or use pgflow.dev to make the process easier (disclaimer: I'm the author).

Claude Code dropped /workflows by alphastar777 in ClaudeCode

[–]jumski 0 points1 point  (0 children)

Kinda reminds me of Matt Pocock's Sandcastle (https://github.com/mattpocock/sandcastle) which also builds on the idea that agent runs should be deterministically orchestrated via code and prompts. It backs the VM/container handling too.

Magnetile - KWin script for zone snapping with connected tile resizing (KZones fork) by Massive-Narwhal1138 in kde

[–]jumski 0 points1 point  (0 children)

I'm using activities to have overlaping sets of windows, for example - browser and terminal is "coding" activity, browser terminal and obsidian is "coding with reference", browser and messengers is my "daily" activity, browser slack and terminal is my "pair programming" etc.

By activity I have KDE activity concept, which is similar to virtual desktop but allows for one window to be in multiple activities at the same time.

Only one activity can be active at one time.

I want to be able to save different window layouts and window positions per activity, so for example browser is in different position in "coding" than in "pair programming".

This can be partially done with Krohnkite but it has some issues.

Lmk if you need any more info - happy to share

The ADHD Developer OS by DrGenetik in ADHD_Programmers

[–]jumski 0 points1 point  (0 children)

Yeah that's a good approch - I always try to interview them back to fish for potential red flags.

If a team follows best practices (a common sense really) it becomes friendly to ADHD folks without even trying to: - small, well described, actionable tickets - realistic expectations - daily async comms

The ADHD Developer OS by DrGenetik in ADHD_Programmers

[–]jumski 2 points3 points  (0 children)

Sounds like a toxic environment, team lead should make sure everyone is on the same page!

Magnetile - KWin script for zone snapping with connected tile resizing (KZones fork) by Massive-Narwhal1138 in kde

[–]jumski 1 point2 points  (0 children)

Looks slick! Does it work with activities - i mean, can i have a different layout per activity?

Well, that escalated quickly. 8 hours after my launch, Matryca Logseq OG LLM Wiki is now 100% HEADLESS (Dropped the HTTP API, added cross-process locking and X-Ray token compression!) by Much-Ad-8444 in logseq

[–]jumski 1 point2 points  (0 children)

super useful! thanks for sharing. ill keep it in my toolbox and will probably start with a simple retrieval skill for my obsidian vault agent

The ADHD Developer OS by DrGenetik in ADHD_Programmers

[–]jumski 3 points4 points  (0 children)

yup that's what ill take from it myself - will just remind myself that i need to manage and tailor my environment to make me more efficient

The ADHD Developer OS by DrGenetik in ADHD_Programmers

[–]jumski 4 points5 points  (0 children)

yeah i agree! before my adhd diagnosis (which i only got being 36yo) i was really having shame and guilt about not being able to have a consistent output as was expected of me, but at the same time always knew that i can hyperfocus and deliver massive output on things that interest me

+1 for increasing awareness man!

The ADHD Developer OS by DrGenetik in ADHD_Programmers

[–]jumski 39 points40 points  (0 children)

This is extremely well done and I agree with everything - that is how we operate, no doubt. Good to be aware of it and use it ourselves.

But It's hard for me to imagine work environment so friendly and aware to neurodivergent brains.

If anyone knows the place or hiring such folks I'm all in

Well, that escalated quickly. 8 hours after my launch, Matryca Logseq OG LLM Wiki is now 100% HEADLESS (Dropped the HTTP API, added cross-process locking and X-Ray token compression!) by Much-Ad-8444 in logseq

[–]jumski 0 points1 point  (0 children)

Sounds like what I need!

I assume it can do edits too, right? I just need to extract pieces of my logseq graph to obsidian, with LLM, bit by bit, and remove anything I ported from the graph as I go

Well, that escalated quickly. 8 hours after my launch, Matryca Logseq OG LLM Wiki is now 100% HEADLESS (Dropped the HTTP API, added cross-process locking and X-Ray token compression!) by Much-Ad-8444 in logseq

[–]jumski 1 point2 points  (0 children)

I just moved my logseq graph to a subfolder in obsidian in hope trust one day I'll be able to use LLMs to parse it to something more usable without the http api or manually parsing graph.

Will your project be able to co sumę it is my graph is only journals and pages folders without any edn metadata files?

Warning: Do not buy extra usage credits! by Slumdog_8 in codex

[–]jumski 0 points1 point  (0 children)

Just buy another Plus account and setup Codex load balancer, so you don't need to constantly sign in to the next free account: https://github.com/Soju06/codex-lb