was on iphone but it's using this hack and not the vibration api bsky.app/profile/pket...
was on iphone but it's using this hack and not the vibration api bsky.app/profile/pket...
Because I'm not VC backed and I can't solve all my server problems by just paying for more compute (aka Ozempic for devops), my philosophy has to be "I'm going to stay with the cheapest server hosting tier and optimize like hell whenever things get slow"
I do need to write more lol
Really appreciate that thanks!!
Maybe thatβll finally mean that I, and my tool for thinking @kinopio.club , are in the right place at the right time
the new macbook neo laptop looks neat, but the website layout for it appears to be embarrassingly non-responsive
TIL if you use raycast like I do , you can replace the macOS native emoji picker shortcut (cmd-ctrl-space), which usually takes 1-2s~ seconds to load every time you invoke it, with a good one that just shows up instantly.
βοΈ alrighty the beta for draggable multi-select and outside box snapping is now available. If you'd like to try it out and let me know how it goes, the link is in the Discord #makers-log
Correction:
Had a chat with the author and there's a hidden input checkbox html element and the vibration happens by rapidly checking and unchecking it. iOS Safari does a native vibration when inputs are checked, so this tricks your phone into vibrating. TIL, v neat idea.
On an iPhone , where the vibration api is not supported
Really clever hack that stumped me until I read the code github.com/lochie/web-h...
The βhapticsβ is actually an audio frequency that makes the phone feel like itβs vibrating. Put your finger over the phone speaker when you tap the buttons and youβll feel what I mean.
I'm not sure how to handle the cards when snapping cards together:
When you release the mouse the boxes snap, and the card positions are adjusted by the same amount, but that still makes them now live out of the box
Currently when you paint select items , the multiactions dialog will scroll the page so that it's fully in view. Testing out a little tweak to this which instead shifts the position of the dialog so that the page doesn't have to scroll. what do you think?
Measuring progress by lines of code generated is like measuring a person by grams of skin grown.
Snap Cards into Lists [New]
Vertically group and easily reorder cards by snapping them into lists.
βοΈ Announcing something really cool tomorrow
is it inevitable that any Discord beyond n users will become toxic?
1/ ProPublica collected handwritten letters in mid-January from children held at the Dilley Immigration Processing Center, the same facility where 5-year-old Liam Conejo Ramos was taken.
Hundreds of kids are still detained.
Weβll let the childrenβs words speak for themselves. π§΅
for anything non-trivial, developer estimates don't work β even when you're both the dev and the PM
Almost done with Lists! Just some last minute tasks left like handling copy/move to spaces, import/export, and cmd-c copying
thank you!!
@css-tricks.com nooo the most useful website on the internet is 404, hope it's temporary css-tricks.com/snippets/css...
WIP Lists 00007
When lists are collapsed, the list cards connection lines are directed into the list
i sure love how designers these days choose to use these things instead of unambiguous checkboxes..
rm -rf microslop
Lists WIP 0006
Select a bunch of cards and click the List button to group them together into a list. Or, if the cards are already in a list, the button takes them out of the list.
I need to make room at the top of the multi-select dialog for a 'squish cards into list' button,
so I'm replacing the previous discrete 'Line' and 'Box' option toggle buttons that were at the top of this dialog with directly toggle-able sections.
(C and L btns are placeholders)
i really like the little speaker holes
Correct me if I'm wrong , but currently the only way for an app to do local LLM processing is to either:
1. Use a platform specific API that calls to the OS provided model? (If it has one)
2. Each app needs to also include it's own multi gb model?
Lists WIP 00004
Snapping cards back into lists because you didn't move them far enough, and passing cards between lists, uses transition animations to make these interactions easier to visually follow