HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lepicz

no profile record

comments

lepicz
·เดือนที่แล้ว·discuss
depends on artillery.. i mean canon:

F5 is for save game

F9 is load :)
lepicz
·เดือนที่แล้ว·discuss
hmm, yes it's interesting but honestly - not much of the stuff is usable IRL

the only thing i was regularly using (Loki library) for was the assoc_vector
lepicz
·2 เดือนที่ผ่านมา·discuss
this compatibility sucks sometimes.

for example you want to add nice feature to c++ with nice syntax, but there is a similar syntax somewhere in C that nobody uses, but you have to support it. you end up with nice feature with horrible syntax.
lepicz
·3 เดือนที่ผ่านมา·discuss
> It's a magical feeling.

hehe working with this TV library scratches my nostalgia itch :D

it probably saved me from futile efforts like writing apps for GEOS or joining the one person Hurd team.
lepicz
·3 เดือนที่ผ่านมา·discuss
i mean: for example you have a problem 'how do i create scrollbars two squares wide' (not a real problem, can't think of something now)

if you work with qt for example so these days you ask google/stackoverflow/qtforum and you have multitude of responses if it's a common problem and sometimes you have whole solutions ready to copy&paste.

when you work with TV and ask google - you usually get... not much. so you have to take the longer route: study the doc/books (you mentioned), study the code, examples... or be friend with the author of this library or those two or three people who actively use this library these days ;)

-- edit: btw those books (there's a c++ one as well) you mention are good, but, sadly, no book is detailed enough when you have very specific problem :)
lepicz
·3 เดือนที่ผ่านมา·discuss
it is still very well usable - i used TV 2.0 year ago to do some prototype. i wanted (and mostly succeeded) to create turbovision front end for LLDB debugger... you know, that would behave like Borland's Turbo Debugger.

few quick notes:

- blimey it was like it where i left it 199x :) you can even compile/run code from 1993 without major issues.

- there's even a better internal TV editor based on scintilla, so with syntax highlighting and such. although i was trying to mod it without success, i'll have to ask author for help, probably.

- there's no documentation (in the sense of common wisdom), so you can't ask stack overflow or AI. you have to do it like in old days: learn from examples (that have bugs in them ;) and read those few books on turbo vision again and again.

- manual 'layouting' is kinda annoying, some auto layout like qt would be handy

- i miss splitters, but that should not be hard to implement

- tbh i am kinda surprised how small and compact TV really is. it felt ginormous in the 90ies :)

overall - the author did very good job modernizing the library and i love it.
lepicz
·5 เดือนที่ผ่านมา·discuss
i gave up on stacking - no matter what i do, i get passive-aggressive comments from my wife

'raccoon on cocaine' she calls it :)
lepicz
·6 เดือนที่ผ่านมา·discuss
MUDs were the fentanyl of university students :D
lepicz
·7 เดือนที่ผ่านมา·discuss
cool, i was looking for something like this to try on my own puny hw - thanks!
lepicz
·7 เดือนที่ผ่านมา·discuss
'We have D at home' :)

c:\> subst d: c:
lepicz
·7 เดือนที่ผ่านมา·discuss
Stacker compressed volume ;)
lepicz
·8 เดือนที่ผ่านมา·discuss
LOL :D somebody has high opinion about himself
lepicz
·8 เดือนที่ผ่านมา·discuss
heh, i have seen programmers using virtual everywhere, because they were lazy to use declspec(dll_export) on windows system :)
lepicz
·8 เดือนที่ผ่านมา·discuss
mafia2 used that as well (at least for cars appearing into your bubble)
lepicz
·9 เดือนที่ผ่านมา·discuss
they have their own pain - there are those different mosquitoes, that tries to enter your every orifice. eyes, ears, nose, urethra. very annoying.

after long journey we arrived into the camp. we wondered why we were the only ones there, so we got out of the car and there they were. a lot of them. that was the fastest i ever built a tent and we jumped in it and called it an early night :)
lepicz
·9 เดือนที่ผ่านมา·discuss
of all the encoding i like BER the most as well

(i worked in telecommunications when ASN.1 was common thing)
lepicz
·9 เดือนที่ผ่านมา·discuss
some people simply like pain :D

(i worked with asn1c (not sure which fork) and had to hack in custom allocator and 64bit support. i shiver every time something needs attention in there)
lepicz
·9 เดือนที่ผ่านมา·discuss
as a programmer you have (almost) no control over cache. that's not what i meant.

registers ok, but i want at least one megabyte of them :)
lepicz
·9 เดือนที่ผ่านมา·discuss
i did a bit dev on ps3 and i remember there was a small memory on the chip, like 256k that was accessible to programmer.

i always found this very appealing, having a blazing fast memory under programmer control so i wonder: why don't we have that on other cpus?
lepicz
·10 เดือนที่ผ่านมา·discuss
it was not always named Midnight Commander, it was Mouseless Commander

it was renamed somewhere around 1995