HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jtha

no profile record

Submissions

Nvidia Timeline in Pure HTML

nvidia.com
1 points·by jtha·2 yıl önce·0 comments

comments

jtha
·7 ay önce·discuss
https://monofocus.lovable.app/

Yup, it's another task manager.

I made it for myself to help me focus on one task at a time, hence the name.

It implements my number one productivity hack of picking a task and setting a timer. Time spent on a task increments.

Data is stored locally in the browser although there is a sync option i wouldn't shake a stick at if I hadn't built this myself.

Plus it's a PWA! Those are lovely.
jtha
·2 yıl önce·discuss
Ah yes, the good old days.
jtha
·3 yıl önce·discuss
That would be the infamous Icelandic verb of "nenna". It's used as such "Ég nenni þessu ekki", which translates roughly to "I don't feel like it" or "I don't want to".

But we have a word for both want and feel like, but they're different from "nenna". In some ways a better translation would be "I can't be bothered to".

The word is somewhat socially acceptable as an excuse not to do something.

"Þetta reddast" and "Ég nenni þessu ekki" are words many of us Icelanders live by.
jtha
·3 yıl önce·discuss
If you're talking about European banks they all have APIs. But only licensed companies can use them directly. Those companies are called AISPs within the PSD2 framework, sometimes referred to as aggregators. Some of them have ways for individuals to access their own accounts at banks via the AISP APIs. But there are limitations, one major one being that PSD2 doesn't cover credit card data or anything other than deposit accounts. [I'm a product manager at a bank]
jtha
·3 yıl önce·discuss
I've been using a simple home-made Autohotkey script for years (decade?) to do it more like rmcd is doing.

Here's an example for opening Chrome or switching to it if it's open. If there is more than one Chrome window open it cycles between them by minimizing the current one, then opening the next one etc.

SetTitleMatchMode, 2

#c::

IfWinExist, Google Chrome

  IfWinActive

    WinMinimize

  else

    Winactivate

  else

    run,"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
return
jtha
·3 yıl önce·discuss
Is it a platform to connect providers and customers? What's the business model?