HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Lukas_Skywalker

no profile record

Submissions

Notepad++ v8.9.2 Release – Double‑Lock Update Security

notepad-plus-plus.org
5 points·by Lukas_Skywalker·5개월 전·0 comments

comments

Lukas_Skywalker
·10일 전·discuss
I have synced ~9000 photos from my phone in february. That worked pretty well. I was done in about 10 hours. I don't remember whether the originals were downloaded, or whether they were deleted automatically afterwards. Felt like a smooth process though.
Lukas_Skywalker
·18일 전·discuss
Maybe the confusion stems from the word "chip". Creating a chip usually means designing and producing a microcontroller or a processor, not a printed circuit board that you populate with existing chips.
Lukas_Skywalker
·25일 전·discuss
The demo shows exactly that with the density dots, no?
Lukas_Skywalker
·지난달·discuss
Bought the Framework 13 in March 2022 with 16GB RAM and a 512GB SSD for about $1000. Later, I upgraded RAM and SSD to 32GB/2TB (for about $180), which made it a breeze to run multiple VMs and Docker containers in parallel. Meanwhile, the Macbook M1 Pro I got from work half a year earlier cost more than $2500 for 16GB RAM and a 1TB SSD and crashes when I dare to open Docker or the Android Simulator and keep a browser open for too long. I really like the M1, but it is unusable for my current workloads, and there is no way to adapt it.
Lukas_Skywalker
·지난달·discuss
I have both the Framework 12 and the Framework 13. While I agree that the 12's display is not the best in class, it has one of the nicest touchpads I've ever used. It's hard to describe what makes the difference, but your fingers can glide nearly effortlessly across it. Both my Macbook and the FW13 have touchpads that feel a bit more "sticky".
Lukas_Skywalker
·지난달·discuss
They did notify Collins Aerospace in the past, so I assume they do report internationally.
Lukas_Skywalker
·2개월 전·discuss
While I understand the advantage of using the built-in language features (and I know why it is required to be done that way), I still think using

    {enable && <Form />}
for conditional rendering, or

    {collection.map(x => <Item x={x} /> }
for looping are not the most obvious choices. If you ask people how conditionals and loops are written in JS, you will get 'if' and 'for' or variants of 'while'. So I get where the v-if and v-for are coming from.
Lukas_Skywalker
·2개월 전·discuss
Now that I looked closer, you seem to be right. Hotmail does it as well. But Gandi didn't back when I used it, and MxRoute doesn't. That's probably why I was surprised.
Lukas_Skywalker
·2개월 전·discuss
I did the same and am a big fan of their services. Still, a word of caution: their policy states that they delete emails in folders named „Trash“ and similar after 30 days. It is documented, but I realized it too late. And the list of folder names in the docs is „non-exhaustive“.

https://www.infomaniak.com/en/support/faq/2351/understanding...
Lukas_Skywalker
·2개월 전·discuss
That's probably unrelated. The date of a commit in git can be modified to whatever you want. I once backdated commits because my timezone was off, and I wanted the timestamps to match the ticketing system. Github displays the date stored in the commit, since there is not really a way to verify it.
Lukas_Skywalker
·2개월 전·discuss
I understood it as a phishing page imitating their own system, targeting their own employees. Nothing related to AWS, except for being hosted there.
Lukas_Skywalker
·2개월 전·discuss
But the Ubuntu update servers are necessary to serve the update. Taking them down prevents the users from downloading the update. I don't know whether the update servers were affected though.
Lukas_Skywalker
·2개월 전·discuss
I have a Prusa MK3S and it has been very very reliable. There's also a ton of mods you can download and print, which modify or extend the printer for specific use cases. They are a bit more expensive then their Chinese counterparts, but in my opinion, it's definitely worth the extra cost for the peace of mind.
Lukas_Skywalker
·2개월 전·discuss
People who want to see it can search for it, but posting without a disclaimer is unnecessary.
Lukas_Skywalker
·3개월 전·discuss
True. But the GPS receiver doesn't know whether you are on the surface or not (and at what elevation), so it must always assume 3d space, hence a sphere.
Lukas_Skywalker
·3개월 전·discuss
The explanation about the spheres is slightly inaccurate. With one satellite, you won't get a circle on the earths surface, but a sphere.

GPS is not constrained to earths surface (or the oblate spheroid approximating it), luckily.
Lukas_Skywalker
·4개월 전·discuss
Oh. I didn't even know there were macros. But that looks very useful!
Lukas_Skywalker
·4개월 전·discuss
The only issue I have with the Spreadsheet is that I need to add an alias for every value I want to use in the Sketch or Part Design workbench. In practice, this usually looks like

    A       B
    width   2mm
    length  3mm
and for every cell in B I add an alias with the same value as in column A. Is there a way around that?
Lukas_Skywalker
·4개월 전·discuss
I did something similar when Microsoft gave away Windows Phones for every app published on the app store. I used the Chuck Norris API though. The one I used is sadly no longer available (I think it was called CNDB). But there's a new one: https://api.chucknorris.io
Lukas_Skywalker
·4개월 전·discuss
I also think it's the opposite, since the dependencies are almost guaranteed to be compatible with each other. And I think Ruby libraries in particular are usually quite stable and maintained for a long time.