HackerTrans
TopNewTrendsCommentsPastAskShowJobs

panzerboiler

no profile record

Submissions

Network Trees: helping Gaza connect to the Internet

euronews.com
4 points·by panzerboiler·2 lata temu·1 comments

David Lynch Theater Presents: Chrystabell and David Lynch – Sublime Eternal Love [video]

youtube.com
2 points·by panzerboiler·2 lata temu·0 comments

comments

panzerboiler
·14 dni temu·discuss
2616. On an iPad pro. I am not updating the os because I am pretty sure that the current behavior is a bug. The hard limit has always been 500.
panzerboiler
·10 miesięcy temu·discuss
What about the 11 years old https://cpetry.github.io/NormalMap-Online/ (https://github.com/cpetry/NormalMap-Online)? Are you the same author or did you just steal it and made it worse? Yours looks like a carbon copy that uses 4 times the resources of the original.
panzerboiler
·11 miesięcy temu·discuss
Let me check... 1331 open tabs in Safari on my iPad. Several text files with thousands of bookmarks, with various attempts at grouping. Since I cannot save myself, I save them.
panzerboiler
·11 miesięcy temu·discuss
Yes, the article is correct, but it misses some nuances. After paying the hefty fee (it has always been free, and it still is if you are resident, at least up to 5 years ago it was) you can walk along a path that gets near the fall, but not inside it. If you pay even more to get a "guide" you can reach an observation point (the tunnel) where you can almost touch the water, and get a free shower in the process. All in the name of "safety" (aka: money) even if as far as I know only one suicide has been registered, in the 80's.
panzerboiler
·11 miesięcy temu·discuss
I remember swimming in the natural pools carved by the falling water in my youth. Before the opening time of the waterfall, there were alarm sirens to tell the people enjoying the bath to get the hell out of there. Good times. Nowadays it is strictly prohibited to even get close...
panzerboiler
·11 miesięcy temu·discuss
Yes, you can. As long as one finger is "pressing hard-ish" a second finger can command the drag position, but if the finger that is pressing (you do not need to press very hard to trigger a click) is not the one that is also moving, then you will have issues when also scrolling with two other fingers, because at that point you have 4 fingers touching the trackpad, and by default you get anoter gesture registered (probably a zoom out to see all the windows in the workspace, called "expose"). If the fingers touching the trackpad are "only" three, you can drag and scroll, with the window that receives the scroll being the one under the pointer/item being dragged.
panzerboiler
·11 miesięcy temu·discuss
You click and drag with one finger and you are free to scroll with two other fingers during the drag. It is a multitouch gesture. (I don't use "tap to click" since I always found it cumbersome)
panzerboiler
·11 miesięcy temu·discuss
You assume it wrong. You can click-to-drag and scroll simultaneously without issues on an Apple trackpad.
panzerboiler
·11 miesięcy temu·discuss
I probably misunderstood their message. By the way, two quadratic curves can approximate well a tiny subset of what a cubic bezier can represent. The number of quadratics required in the general case can grow quite substantially, very quickly.
panzerboiler
·11 miesięcy temu·discuss
A Bézier curve is not an interpolating spline. It is a parametric curve defined by a set of control points, which the curve typically does not pass through (except the first and last points). Bézier curves exhibit local control (changing a control point influences only a portion of the curve, especially in piecewise Bézier constructions). Interpolating splines may seem more user-friendly at first, since the curve passes exactly through all the given points. However, this can lead to unintuitive behavior: modifying a single point can cause global changes in the curve, including in areas far from the edited point. In some cases, these changes can be drastic, making precise control difficult or impossible. I may be biased by my 20+ years of graphic design work, but I prefer the precision and control given by Bézier curves.
panzerboiler
·11 miesięcy temu·discuss
Did you draw inspiration from Swift's multiline string literal, or was it the other way around? The syntax looks very similar, if not identical.
panzerboiler
·w zeszłym roku·discuss
Today no cinema.
panzerboiler
·2 lata temu·discuss
> This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.
panzerboiler
·2 lata temu·discuss
Around 2 grams a day, smoked.
panzerboiler
·2 lata temu·discuss
The default shortcut choosen by apple is option+tab (...). You can change it on the preferences of Safari, but not on iPadOS (or I didn't find the way to do it).
panzerboiler
·2 lata temu·discuss
I am not interested in the issues you have with those webapps. I am asking what are the bugs of Safari's implementation of the Clipboard API, since in my experience there are none (except maybe https://bugs.webkit.org/show_bug.cgi?id=222262 if you want to consider it a bug and not a different interpretation of the specs).
panzerboiler
·2 lata temu·discuss
Can you describe the issue with copy/pasting in Safari? What is not supported exactly?
panzerboiler
·2 lata temu·discuss
On my 2012 macbookpro I am forced to use chrome or orion since safari is stuck on 15.X. On my 2015 iMac I can still use the current version of safari, but probably not safari 18 when it will come out. So, for now, the cut-off is 10 years. Pretty good I would say.
panzerboiler
·2 lata temu·discuss
People of color are the majority of the world population, and you are just a poor racist.
panzerboiler
·4 lata temu·discuss
Congratulations for the release! You are doing an impressive work with bun. I find particulary exciting the built-in sqlite, and I cannot wait to move all my projects to bun. Egoistically speaking (my 2012 mbp doesn't support AVX2 instructions), I hope that now that the project is public, since you are going to get a lot of issue reports about the failure on install, you will find some time to get back to issue#67. Thank you, and keep up the excellent work.