Login
Discover
Waves
Communities
Write
Login
Signup
Serpent7776
@serpent7776
62
I like programming languages.
Followers
21
Following
6
Follow
Email digest
Resource Credits
Available
Used
Website
https://twitter.com/serpent7776
Created
2022-02-11 17:39
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
serpent7776
DBuzz
10M
RE: #TIL PAUSE x86 instruction #assembly ...
I'm not sure which yield() you mean, but I don't think anything in particular gets compiled to pause on its own.
$ 0.000
0
serpent7776
DBuzz
10M
RE:
Not necessarily, this OCaml code is guaranteed to recurse forever. let rec loop x = Printf.printf "%i\n" x; loop (x - 1)
$ 0.000
0
serpent7776
DBuzz
10M
RE:
Recursion doesn't need a stack.
serpent7776
DBuzz
1y
RE:
It depends, you can do more in a team, but it also adds an overhead.
serpent7776
c
1y
RE: Signal safety and why should you care
boost::asio::signal_set automatically handles all of this. I added a section on this.
serpent7776
DBuzz
1y
RE: Current mood: ... Cursor: Now call THE_CODE Me: Doesn't work, shouldn't I call ...
Good one.
serpent7776
DBuzz
1y
RE: Have you ever had the need for a JOIN on expression other than = ? #sql ...
No, I mean something like JOIN ON a > b or JOIN ON a <> b
serpent7776
DBuzz
1y
RE: Have you ever had the need for a JOIN on expression other than = ? #sql ...
I'm asking, because (at least in theory) in Postgres JOIN condition can be any expression yielding boolean. I haven't used any other expression that =.
serpent7776
linux
1y
RE: LD_PRELOAD explained
Thanks, I didn't know about this.
serpent7776
DBuzz
1y
RE: The difference between SET, \set and \pset is killing me #postgres I can never ...
Dunno, I think that's an easier job.
serpent7776
DBuzz
1y
RE: What's the point of running a #database server, if there's only one client ...
I don't think I like sqlalchemy, it looks even more complex than sql (not that I like SQL).
serpent7776
DBuzz
1y
RE:
In C++ at least no-one is pretending C++ is simple. It's much more complex language, sure. But in exchange you get features that are plain impossible in C. E.g. look at string handling - much easier to
serpent7776
DBuzz
1y
RE: What's the point of running a #database server, if there's only one client ...
Oh, I definitely want to hear how you use it. Any important config adjustments? Any other tips? For now I know about WAL mode. Have you used anything like livestream? I'm using sqlite for hive-adventures.
serpent7776
DBuzz
1y
RE: What's the point of running a #database server, if there's only one client ...
I don't really understand. If you use sqlite you can back it up just as easily, no?
serpent7776
DBuzz
1y
RE:
Yes, fizzbuzz. NOP are there for correct alignment, though I did not validate that it's OK. It's much harder to validate it in OCaml than in C.
serpent7776
HivePosh
1y
RE: Hive Blockchain on TheDappList
The owl logo reminds me of SWI Prolog logo lol
serpent7776
DBuzz
2y
RE:
The word "secrets" misled me I guess.
serpent7776
DBuzz
2y
RE:
I don't know how pyenv works, but I assumed it contains some secrets. Secrets is plain text are not very secure.
serpent7776
DBuzz
2y
RE:
I wouldn't call it the right way unless it's encrypted.
serpent7776
hive
2y
RE: What the fuck do witnesses do?
We are not Solana after all. Can you elaborate on that? What's up with Solana?
← Latest
Older →