HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kamilm

no profile record

Submissions

GitHub issues disabled in "broadcast-channel" project

github.com
19 points·by kamilm·4 anni fa·23 comments

[untitled]

7 points·by kamilm·4 anni fa·0 comments

comments

kamilm
·3 anni fa·discuss
"Federal Trade Commission | Protecting America's Consumers" - what about the rest of the world? Does anyone know whether it makes sense to exercise this option for non-American citizens?

I can't log in into my Google account either. And yeah, the account was free (money-wise) - judging by FTC's forms, the paid accounts are the ones that matter.
kamilm
·3 anni fa·discuss
Well done tool, thanks!

I used the system fonts at https://scrabble-solver.org and got a small performance improvement (from ~70% to ~80%) in PageSpeed Insights on mobile.

Noticeably it got my Largest Contentful Paint down from ~3.5s to ~2.2s.
kamilm
·3 anni fa·discuss
https://scrabble-solver.org/

It's open-source too: https://github.com/kamilmielnik/scrabble-solver

I never intended it to make any money though. What brings me a lot of joy is that some people showed genuine interest in this project.
kamilm
·4 anni fa·discuss
> GADDAGs are really cool, +2x faster lookup

This is awesome, I'm surely going to try this. Thank you.

> I am working on a project for reinforcement learning for Scrabble, hoping to learn advanced strategies.

Is your project shared somewhere? I enjoy anything Scrabble-related.

> That's a really nice front-end! Really good code structure and dev practices too to my JS-nooby eye at least.

> When I need a front-end, I will definitely reference your project.

Happy to hear!
kamilm
·4 anni fa·discuss
I got Scrabble as a Christmas gift about 20 years ago and I immediately fell in love with it.

Fast forward 20 years and now I have a Scrabble Solver app (open source) in my portfolio that I'm proud of. It still needs improvements to run nicely on mobile but I'm happy with how it runs on desktop.

Maybe someone will find it useful, so I'm sharing here :)

https://scrabble-solver.org

https://github.com/kamilmielnik/scrabble-solver
kamilm
·4 anni fa·discuss
For those who prefer the video format: https://www.youtube.com/watch?v=yL_-1d9OSdk
kamilm
·4 anni fa·discuss
Nice work, good job! I like the pastel colors and the design.

We run https://websktop.com which also can be used as a new tab page (it's even faster with our Chrome extension) but it's not as "dynamic" - just your bookmarks.
kamilm
·4 anni fa·discuss
or websktop.com
kamilm
·4 anni fa·discuss
Might want to try Websktop as well if Raindrop is not up your alley.
kamilm
·4 anni fa·discuss
> I've tried em all

_shameless plug_

Have you tried websktop.com?
kamilm
·4 anni fa·discuss
Yes, mobile Firefox was great until version ~60 something. You could install all the extensions from the store. But now there's like only 18 extensions for mobile.

But there is another way to organize bookmarks like one would expect.

_shameless plug_

You can use Websktop webapp for this. That way you'll have a fully customizable grid of bookmarks. It could look like this:

https://i.ibb.co/5T3pnXH/mobile.png
kamilm
·4 anni fa·discuss
> Your product is great!

Great to hear, thanks!

> Is it possible to make other media uploadable to folders?

We thought about it before but we've de-prioritized it in favor of collaborative-editing features. But I totally understand your use-case. It would be a great addition to our product. Stay tuned! :)
kamilm
·4 anni fa·discuss
A clever way to get a Twitter follower :) You win!

BTW we use a similar mechanism at websktop.com (online bookmarks manager), when you copy icons:

- if pasted into our app, all bookmark properties are preserved (text/html + "data- " attribute)

- if pasted into web app like Slack, you get a nice HTML-formatted unordered list of URLs with titles (text/html)

- if pasted into text editor, you get a simple bullet-point list (text/plain)

Unfortunately handling other MIME types gets troublesome. Still, you can do a lot of cool stuff with just text/plain & text/html.
kamilm
·4 anni fa·discuss
Thanks!

Does it sound better now?
kamilm
·4 anni fa·discuss
While I understand the frustration caused by people not respecting maintainer's time, I don't understand the reluctance of looking for an additional maintainer to help curate the issues.

What's your take on this? Do you have any experience in this area?
kamilm
·4 anni fa·discuss
> Why would anyone try to "hide their deep knowledge of Postgres"?

> or were they maybe under threat of becoming an "on call" asset?

This is likely, especially if the person they're talking to tends to leech on other people's skills & time.
kamilm
·4 anni fa·discuss
Yeah, don't lock your house because the burglars have lockpicks...

No security measure guarantees full security. They're all just obstacles.
kamilm
·4 anni fa·discuss
Just like a knife, this tool can be used for many purposes - some of which are good, some of which are evil.

I agree that blocking access to a news website would not be a good idea.

But protecting against Russian hackers? Good idea.

Anything in-between is arguable.