HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ainar-g

no profile record

comments

ainar-g
·2 เดือนที่ผ่านมา·discuss
https://doc.rust-lang.org/reference/behavior-considered-unde...
ainar-g
·5 เดือนที่ผ่านมา·discuss
Have you ever learned a language? Because that's what it is for a very large percentage of people.
ainar-g
·7 เดือนที่ผ่านมา·discuss
Which is why the Soviet government used “ultraviolet baths” to make sure that children up North got their vitamin D.

https://www.nationalgeographic.com/photo-of-the-day/photo/ul...
ainar-g
·9 เดือนที่ผ่านมา·discuss
There's always ReactOS[1], a project for a bug-for-bug compatible Windows clone. It used to mostly aim at Windows 9x compatibility the last time I'd checked, though, but that could probably change. And if anyone wants to create a Win7 clone, at least some of the groundwork has already been made.

[1]: https://reactos.org/
ainar-g
·2 ปีที่แล้ว·discuss
On a related note, have there ever been extensions for PosgreSQL/SQLite/any other FOSS DBMS that would allow using Tutorial D[1] (the Third-Manifesto one, not to be confused with Walter Bright's D language) to define and query data? In particular, I feel like PostgreSQL's CREATE TYPE[2] feature would allow for easier bridging between SQL and Tutorial D.

Unfortunately, searches for “PostgreSQL Tutorial D” don't issue useful results for obvious reasons.

[1]: https://www.dcs.warwick.ac.uk/~hugh/TTM/index.html

[2]: https://www.postgresql.org/docs/current/sql-createtype.html
ainar-g
·4 ปีที่แล้ว·discuss
One command that I've used a lot that's missing is:

  pkg_info -Q str
It allows searching for packages with substring str in their name. Very useful when you want to see, which additional packages are available for a thing, for examlpe:

  pkg_info -Q xfce
ainar-g
·6 ปีที่แล้ว·discuss
Some of my front-end colleagues like to tell me that Safari is the new IE 6. Not in terms of the market domination (that's Crhome for you), but in terms of dragging the front-end back with unimplemented features, quirks, and bugs. The amount of hacks they have to add just to support Safari is uncomfortable.
ainar-g
·7 ปีที่แล้ว·discuss
See here[1]. From what I've gathered, you should set GOPRIVATE appropriately, otherwise the Go Module Mirror(s) and the Go Checksum Database(s) may know that you have a private repo called “github.com/you/very-private”. It could also probably reason about your dependencies a little bit.

[1]: https://tip.golang.org/cmd/go/#hdr-Module_configuration_for_...