HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hackish

no profile record

comments

hackish
·12개월 전·discuss
Along with those and iteration, it also would need to handle del/pop/popitem/update/copy/or/ror/... some of which might necessitate a decision on whether comparisons/repr also count as access.
hackish
·3년 전·discuss
Similarly, I was recently itching to generate Github Pages-like static sites from my self-hosted Gitea instance to include a blog. I had set up a global webhook filtered for 'webdeploy' branch pushes that would send a request to a specific Caddy path whitelisted for Gitea. An exec function for Caddy would run a shell script (yeah, I know) that would clone/pull the repo into a known directory, create a proxied subdomain for it in Cloudflare, and push necessary changes to Caddy's config.

While I don't have the same hesitations about depending on a small chain of open-source projects, I really didn't like the idea of caddy-exec despite my basic precautions, so I abandoned this approach until I can ponder it a bit more.
hackish
·3년 전·discuss
Thanks! I was writing a FastAPI/SQLAlchemy+SQLModel/Rocketry app this week and dreaded documenting my model relationships. That said, I see a few SQLAlchemy extensions and Pydantic→Mermaid projects that can probably be used in my case, and that was the route I was initially planning on going down despite none of them being aesthetically pleasing.

Many of these online tools reasonably rely on human input to place tables/nodes. Do any of these recommended tools do a decent job of smartly laying out the final diagram?
hackish
·3년 전·discuss
I didn't change the default availability configuration during signup. However, after logging in and navigating to the Availability page, I'm able to create multiple schedules and time ranges per day as late as 11:59pm.
hackish
·4년 전·discuss
I'm no fan of the U.S. justice system, but the evidence in the affidavit included in the search warrant application undoubtedly gets the form signed in this case.

Did this FBI special agent risk the case, his career, and prior cases to take down a barely-six-figure crime scheme? Or did he open his network share and print "AO_106_Affidavit_for_Search_Warrant_7-87-scanned-OCR-dont-use.docx", last edited by Johnny the intern, instead of "AO106-latest.pdf"?
hackish
·4년 전·discuss
Thanks for the context. Was the GoFundMe campaign accessible when you linked it? I caught your comment at "3 minutes ago" and it can no longer be found.

Edit: Link was fixed!
hackish
·4년 전·discuss
The introduction was unintentional bait for this type of response, and I don't necessarily agree with the knee-jerk negative sentiment about this person's previous employment. I think "spy" is an instigative editorialization of his responsibilities.

But, the edgy responses from Raspberry Pi aren't inspiring to this longtime customer. I've been following RPILocator this morning to source some CM4s for a project, but I'll look at alternatives after seeing their responses. "Bye bye now," indeed.

The archived post (linked at https://news.ycombinator.com/item?id=33911670) worked for me.
hackish
·4년 전·discuss
It seems like the server may be feeling the effects of the HN front page but it was already down with only two comments. There was a new breed of ActivityPub-amplified DDoS attack a week or two back on other Mastodon instances, so perhaps we're seeing more of the same.
hackish
·4년 전·discuss
Because we should, and we do, get smarter with every generation. This Feelings Monster seems to focus on soft skills and SEL. Still, your comments imply you may have issues with advancing educational tools or with technology companies investing in educational features over profits.

Yes, learning arithmetic on chalkboards worked fine, but should we stop improving our methods and tools because we've already met some arbitrary bar of what you think was once good enough? No, we should improve them by any measure whenever we have the chance.
hackish
·4년 전·discuss
Artifacts in the source imply that the layout was designed with OxygenBuilder, which apparently integrates nicely with WooCommerce.
hackish
·4년 전·discuss
At the time of my reply, there are 11 comments with only one being overtly negative (towards bug report resourcing). The post is less than 25 minutes old. Surely we can afford HN more time than that to move on?
hackish
·4년 전·discuss
I haven't tried PhotoPrism, but I'll give it a whirl. In my case, I'm looking for the best way to enable multiple family members to upload, tag, and effectively browse tens of thousands of photographs as we all continue digitizing family albums.

I'm currently using HomeGallery[0] behind Authelia[1] for authentication to view so many images effectively. For uploading, I'd been using Nextcloud, but it began to lag noticeably after a few thousand photos. I switched to FileRun[2] with symlink'd photo directories and a user for each family.

With HomeGallery, I get the desired performance on mobile devices with de-duplication and tagging. My instance detects objects fine, but I owe it troubleshooting time to figure out face recognition. The "similar images" feature can be fun with so many photos. A nice tagging modal on keybind per image would be a nice-to-have.

Using FileRun for uploads works fine, but I also needed a continuous cron job for docker exec to generate any missing thumbnails.

[0] https://github.com/xemle/home-gallery (or https://home-gallery.org/)

[1] https://github.com/authelia/authelia (or https://www.authelia.com/)

[2] https://filerun.com/
hackish
·4년 전·discuss
Thanks for posting this. I'm going to give setting up Morgan a shot when I've got some free cycles.

I'd hesitantly accepted the risk of serving a devpi server over vsock and into my (personal) restricted VLAN. I did so because using a shared folder meant I'd need have cached the module and any dependencies from my internet-connected VLAN first.

Combined with debmirror[0], vscodeoffline[1], and some nightly snatcher shell scripts, I think I have most of my needs covered.

[0] https://help.ubuntu.com/community/Debmirror

[1] https://github.com/LOLINTERNETZ/vscodeoffline
hackish
·4년 전·discuss
Standard hotel rooms don’t have many hiding places that won’t be eventually apparent to an intruder with time or a knowledgeable hotel employee. Considering this, I think ideal locations would be within objects that can’t simply be flipped over or moved to discover your secrets.

For example, you might hide your cash or documents in between a framed print and its backboard. You might open the room safe and reset it to the default state with your passport in a black envelope taped snug against the back ceiling of the enclosure.

A committed intruder might find hiding places like these eventually, but it could take an unacceptable amount of time for them to consider it.
hackish
·4년 전·discuss
I'm confident enough in my work to not swear, "Hey, can we talk," type messages — but, in a previous role as a technical lead, I had a manager that would occasionally leave one of those large rectangular Post-It notes in the middle of my monitors with, "COME SEE ME ASAP - $BOSS," in sharpie for all to see. Trouble was, not once was it ever anything pressing, imminent, or even in-person worthy.

I'd be lying if it didn't get me unnecessarily anxious that a coworker died on the way in or literally anything worthy of speedwalking before logging in had occurred. His reasoning? He doesn't like the impersonality of leaving digital messages.
hackish
·4년 전·discuss
George Lucas once attempted to build low income housing on Grady Ranch after his studio expansion was successfully challenged by his neighbors, also in Marin County. They didn't like that plan very much[1].

[1] https://www.e-flux.com/architecture/housing/333702/standoff-...
hackish
·4년 전·discuss
> His resume said he'd worked for a company called "Data Service Group" (https://dataservicegroup.com/) for the last 5 years or so. Their website contains this sentence: "Over the past decade, our customers succeeded by leveraging Intellectsoft's process of building, motivating."

> Turns out, if you Google the quoted sentence above, you get TONS of websites for other fake companies that all contain that sentence

It looks like that text is part of the default template for a commercial WordPress theme named Engitech[1]. If you check the live preview and browse to the "Main Home" template, you'll find it there.

I wonder how many of these "companies" paid the $59 licensing fee? :^)

[1] https://themeforest.net/item/engitech-it-solutions-services-...
hackish
·4년 전·discuss
Cool. I was looking at ffmpeg.wasm[1] the other day and it had me wondering what the performance might look like for a similarly browser-based and offline service for common tasks.

I wonder about the use of remote file operation terminology (e.g., upload, download) versus local (e.g., open, save) when using offline/local and privacy as an attraction.

[1] https://github.com/ffmpegwasm/ffmpeg.wasm