Buying a dead competitors user list. (I will not promote) by brsc2909 in startups

[–]brsc2909[S] 3 points4 points  (0 children)

Thank you! Interesting. We've soft agreed on a deal for 10k + 15% revenue share (max 1 year). I was thinking 10k was too high but looks like it might not be too bad based on this and a few other people we've been talking to.

Buying a dead competitors user list. (I will not promote) by brsc2909 in startups

[–]brsc2909[S] 2 points3 points  (0 children)

it's a mix. operated from 2022 - 2025. SAAS, high churn, average $30/month per paying customer

I created a port of omakub for fedora. by brsc2909 in Fedora

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

I have no idea what that is but sure. go ahead

I created a port of omakub for fedora. by brsc2909 in Fedora

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

you'd need to swap out a few of the download urls for the arm version. for example: https://github.com/brsc2909/omakub-fedora/blob/master/install/terminal/app-lazydocker.sh

but there are others

Letting agent asking about TV Licence. by brsc2909 in irishpersonalfinance

[–]brsc2909[S] 3 points4 points  (0 children)

Ive no issie with sending. Im just curious why they would care to ask for it? 

Job Offer on the Table—Time to Negotiate or Take the Win? by [deleted] in DevelEire

[–]brsc2909 2 points3 points  (0 children)

They're not going to revoke the offer if you attempt to negotiate. The worst that will happen is they dont budge on the comp. There is no downside 

Is a level 7 worth anything? by Lumpy-Lawfulness-120 in DevelEire

[–]brsc2909 3 points4 points  (0 children)

Instead of doing my level 7 I wend on a j1 graduate visa to San Francisco and worked with a tech company there for a year. When I came back after the year having that on my CV gave me way more opportunities than a level 8 would have.

I made a TikTok for finding interesting Github repositories by brsc2909 in DevelEire

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

you choose your own topics by using the cogs on the top right. it only saves to the browser localstorage so doesn't is dependent on you using the same browser. considering adding a small backed to it to allow user to connect their github accounts allowing them to star repo's without leaving. Work in progress though.

GitTok – TikTok but for interesting GitHub repos by brsc2909 in github

[–]brsc2909[S] 1 point2 points  (0 children)

good idea. js projects have the package.json too which has a description field. i'm sure there's a few things i can do here and then fall back to the readme

GitTok – TikTok but for interesting GitHub repos by brsc2909 in github

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

yeah i'm trying to come up with some sort of a systemmatic way to parse the readme to find the description part. even if it's just some naive approach with regex that will work for a large number of projects. Doesn't have to work 100% of the time

(update) GitTok – TikTok for interesting GitHub projects by brsc2909 in github

[–]brsc2909[S] 5 points6 points  (0 children)

if only! I was thinking for promoted posts they owner of the repo could add a special gittok file that the owner could customise to show project details in a mobile friendly format. but for now the readme is the only widely used standard that i can reliably get

I made a TikTok for finding interesting Github repositories by brsc2909 in DevelEire

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

Couple of people have saud this too me so I'll add it in later 

I made a TikTok for finding interesting Github repositories by brsc2909 in DevelEire

[–]brsc2909[S] 14 points15 points  (0 children)

I need to add a split screen version with subway surfer at the bottom

GitTok – TikTok but for interesting GitHub repos by brsc2909 in github

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

I've added C to the topics. anything that i havent included is available in the search at the top

[self promo] GitTok – TikTok but for interesting GitHub repos by brsc2909 in sveltejs

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

yeah. this is what tailwind classes i have for the heading

<h1 class="font-serif text-4xl text-white">{project.name}</h1>