HackerTrans
TopNewTrendsCommentsPastAskShowJobs

they4kman

no profile record

comments

they4kman
·3 yıl önce·discuss
> the entire explorative part of software development that is really not the strong point of Rust

This is what keeps me orbiting but never quite landing on Rust. Things I'm pretty damn sure are safe come back red-stamped, and once I've painted things the way Rust deigns, I find I've lost my appetite. When desire finally returns, I find the fixes I've made to enable compilation also disallow the changes I wanted in the first place.

For all its faults and runtime bloat, I find myself going for Go on new things I would've attempted in Rust before. Though, I've never tried Zig; I wonder how that is...
they4kman
·3 yıl önce·discuss
Black Mesa is definitely a beautiful experience – especially for "younger" folks like me who missed the HL1 boat by a few years.

Mind, though, that development appears to have ceased on Black Mesa; and while it's basically 99% complete, I encountered a few show-stopping crashes and performance blackouts requiring some intense googling to bypass. I'd still recommend it, though.
they4kman
·3 yıl önce·discuss
I was in the middle of a courtroom >:(
they4kman
·3 yıl önce·discuss
A refund _is_ a chargeback – the only difference is who initiates it. Technically, any time funds are moved onto a card, it's called a chargeback. This is how one would load a gift card, for instance.

When it comes to credit card merchants, a chargeback always dings a transaction fee, and the merchant may additionally tack on a chargeback fee. So a full refund process will incur two transaction fees, plus possibly a chargeback fee.
they4kman
·3 yıl önce·discuss
Yeah, so the lore goes, Musk just wanted to send humans to Mars, and had no intention, originally, to build his own rockets. The first tactic was to retool an ICBM for spacier spaceflight, but the Russians laughed them out of the country.
they4kman
·4 yıl önce·discuss
To forgive is to let go of our own disturbances about the situation, and we may choose to never tell the subject of the forgiveness. Whether we wish to continue/rebuild a relationship with the subject doesn't need to depend on whether we are undisturbed.
they4kman
·4 yıl önce·discuss
https://devdocs.io/ exposes a huge catalog of indexed and searchable collections of documentation for a wide variety of languages, libraries, and subjects, including HTML, JS, and CSS – though, the only GL I see is WebGL – and _all_ of it can be downloaded to an IndexedDB for offline use.

It's been a very handy tool in my toolbelt.
they4kman
·4 yıl önce·discuss
Reading and remembering code is allowed under all the OSS licenses. It's the reproduction of the code that's restricted. The blurry question is always: how much does an expression have to change between it being classified as an exact reproduction, a derivative work, and a novel work?

CoPilot would definitely fail the clean room test, though
they4kman
·4 yıl önce·discuss
The triggering comment was this

> Perfect for gorgeous looks, can push asap @EpicGames/artv2-admin @EpicGames/developers @EpicTeamAdmin

The entire diff of the PR is:

   diff --git a/README.md b/README.md
   index b0b4f5d..61b95bb 100644
   --- a/README.md
   +++ b/README.md
   @@ -1,12 +1,18 @@
    # Epic Games
    
   +<div align="center">
   +  <img src="https://cdn2.unrealengine.com/Epic+Games+Node%2Fxlarge_whitetext_blackback_epiclogo_504x512_1529964470588-503x512-ac795e81c54b27aaa2e196456dd307bfe4ca3ca4.jpg" width="20%" min-width="100px" />
   +</div>
   +  
    Unreal Engine is now [free](https://www.unrealengine.com/blog/ue4-is-free)!
    
   -To access our repositories, sign up for a free account at [UnrealEngine.com](https://www.unrealengine.com) and register your GitHub ID using [these instructions](https://www.unrealengine.com/ue4-on-github). 
   +To gain access for our repositories, sign up a free account on [UnrealEngine.com](https://www.unrealengine.com) and register your GitHub ID using [these instructions](https://www.unrealengine.com/ue4-on-github). 
    
   -After that, you can find our repositories here:
   +After that, you may able to find our repositories here:
    
    *  [Unreal Engine](https://github.com/EpicGames/UnrealEngine)
    *  [Unreal Tournament](https://github.com/EpicGames/UnrealTournament)
      
    (Note that you must be signed into GitHub for these links to work.)
   +
   +Have Fun !!
they4kman
·4 yıl önce·discuss
I just want a tool that syncs all my Liked songs into a playlist, so I can use Playlist Radio with it.
they4kman
·4 yıl önce·discuss
Excellent! Thank you!
they4kman
·4 yıl önce·discuss
Does mataroa, or a similar platform, offer syntax highlighting?

I'm on month 80 avoiding setting up a blog to capture my occasional thoughts and frequent side project adventures – mostly because I'd rather fiddle with the side projects than set aside time spinning up some blog platform (which often begins with promising I'll use asciidoc, and ends in frustration trying to render asciidoc _juuuuust_ right). I would love to have a dead-simple interface (for writing and reading) to collect words. But since most of those words will be about code, a lack of syntax highlighting will take residence in my mind.

(Tangentially related: I _love_ reader mode, because I like to read an article or two while rocking my baby to sleep, and reader mode offers dark mode, even on websites in stunning retina-burn white. The only downside of reader mode is how it kills syntax highlighting.)