Full "stuck" at building a procrastination management app
another project is https://talktrove.com (an omegle alt)
do provide feedback about improvents. thanks
#deepseek #twitch #art #wweraw #sketch
helped me increase my impressions more than 50% and follow count to %2.
#buildinpublic #indie #indiehacker
helped me increase my impressions more than 50% and follow count to %2.
#buildinpublic #indie #indiehacker
hackernoon.com/test-driven-...
hackernoon.com/test-driven-...
asked ai to create me social engagement plan so that i can off the cognitive load.
let's see what resutls will turn out.
this time, i'll follow AI's lead to the point for a month or 2 without questions.
asked ai to create me social engagement plan so that i can off the cognitive load.
let's see what resutls will turn out.
this time, i'll follow AI's lead to the point for a month or 2 without questions.
now, you can choose to show your live feed to others or not without worrying about non-consentual snapshots.
users can see each others' blurred video, but they'll need permissions during call to unblur it.
a big improvent
#buildinpublic #IndieHacker #omegle #bitcoin
now, you can choose to show your live feed to others or not without worrying about non-consentual snapshots.
users can see each others' blurred video, but they'll need permissions during call to unblur it.
a big improvent
#buildinpublic #IndieHacker #omegle #bitcoin
aren't dreams wonderful!!!
aren't dreams wonderful!!!
it'll ruin my account.
oh well! gotta learn organic growth somehow 😅
#aewdynamite #news #trump
it'll ruin my account.
oh well! gotta learn organic growth somehow 😅
#aewdynamite #news #trump
at crossroads where no choice left
at crossroads where no choice left
Portable HTML Web Components are fucking cracked.
It looks like they are **faster** than the fastest Vanilla JS implementation in the JS Framework Benchmark.
I literally reran the benchmark 5 times because I didn't believe it, but every single time they came in first place 🤯
use obsidian to take your notes.
its internal linking of notes is amazing that'll help you keep organized
practice code writing on leetcode if use ai to generate code.
this'll be enough to pass coding tasks.
in projects, you can keep using chatgpt or whatever
cram(not just learn!)
1- the basics of data types
2- code structure and possibilities of general concepts in target language
3- db terms and their cases with SQL commands
4- bare-bone css(not tailwind) and js
5- if use ai for code, practice code writing via leetcode
use obsidian to take your notes.
its internal linking of notes is amazing that'll help you keep organized
do provide feedback about improvents. thanks
#deepseek #twitch #art #wweraw #sketch
do provide feedback about improvents. thanks
#deepseek #twitch #art #wweraw #sketch
#omegle #uhmegle
but most online strangers are looking for sexting rather than simple chat.
WHAT CAN WEBSITES DO!!!!
but most online strangers are looking for sexting rather than simple chat.
WHAT CAN WEBSITES DO!!!!
but most online strangers are looking for sexting rather than simple chat.
WHAT CAN WEBSITES DO!!!!
hopefully will fix front-end and post here in 5-6 hours.
hopefully will fix front-end and post here in 5-6 hours.
i am working on task scheduler and am in dilemma deciding about this.
#buildinpublic
i am working on task scheduler and am in dilemma deciding about this.
#buildinpublic
use streams instead of loops. the make syntax cleaner, and readable.
i.e.
```bskyprofiles.stream().map(ProfileMapper::getNameAndLink).toLIst()```
is on-line code instead of multi-line loop block.
#java
use Optional instead of "null" for data that is not required in logic.
you can define it via:
```Optional.ofNullable(date_or_object_ref)```
will create empty if data is null.
use streams instead of loops. the make syntax cleaner, and readable.
i.e.
```bskyprofiles.stream().map(ProfileMapper::getNameAndLink).toLIst()```
is on-line code instead of multi-line loop block.
#java