ginko

joined 1 year ago
MODERATOR OF
[–] ginko 3 points 2 days ago

You should download Mini Review

It is a currated version of the Play Store with many filters including paid/free, IAP, genres, ...

The reviews are very thorough and always include a paragraph about the "presatoriness" of IAP if any

[–] ginko 4 points 5 months ago

Old school ansible at first, then I ditched it for Cloudbox (an OSS provisioning script for media server)

Works wonders for me but I believe it's currently stuck on a deprecated Ubuntu release

[–] ginko 14 points 5 months ago (2 children)

Architecture looks dope

Hope you've safeguarded your setup by writing a provisoning script in case anything goes south.

I had to reinstall my server from scratch twice and can't fathom having to reconfigure everything manually anymore

[–] ginko 3 points 5 months ago (1 children)

Do you have a recommended config for TOTK? Can't get it to run above 20fps

[–] ginko 6 points 6 months ago

Same. Single run, hard mode, no red highlights A well spent afternoon

[–] ginko 1 points 8 months ago (1 children)

GPT4 can already infer and translate pig latin

No need for a pig latin specific LLM

[–] ginko 42 points 11 months ago

I was born in 1991 and I've noticed a trend amongst people my age reaching their 30s which I call "the middle generation conundrum"

Basically, most of us grew on our parents belief that hard work meant a good life.

But as time passed we started to notice a couple of things:

  • Our parent's way became more and more out of reach, even with the same involvement in our work. No more traditional way of life on a single salary, even starting out in the middle class
  • We tend to feel closer to the next generation's way of life which is "work to live" and not "live to work"
  • We are also feeding on the general nihilism towards our planet's future which is making some of us less likely to aim for the traditional "family lifestyle"

The result is that whereas me and my friends would have tended to move right on the political spectrum, the majority of us are actually moving far left as we age.

Last (French) presidential elections, I actually couldn't believe how many people around me voted left. It would have been unthinkable a couple of years before

 

Per the author:

  • One prompt generates a codebase
  • Asks clarifying questions
  • Generates technical spec
  • Writes all necessary code
  • Easy to add your own reasoning steps, modify and experiment
  • Opensource
[–] ginko 7 points 1 year ago (1 children)

I used Cloudbox and couldn't be happier.

It's an open source Ansible based repo which helps you setup everything and it's been working flawlessly for me.

Update is essentially a git pull + install command and there are tons of extra tools available on a community repo.

Some of the apps I've setup are ruTorrent + prowlarr + sonarr + radar + plex and rsync to host files on a cloud provider.

 

Github user jxnl has published a SDL library (in python) to work with prompts more naturally.

It also makes it incredibly easy to work with function calls using Python's typings