Hacker News new | past | comments | ask | show | jobs | submit | more rwx------'s comments login

I have enabled Ribbon UI and it looks like ribbon ui build in nineties. There is no obvious way to revert the change.


I think you can restore the default from the main menu?

View -> Toolbar Layout -> Default


It was not obvious as the main menu was hidden. There is a button (top-right corner) to show main menu.


This is why it's still an exerimental feature, and the more testing and feedback the design community gets, the better!


Trying to build it, but I get

error: could not find `Cargo.toml` in `/home/xyz/Downloads/xi-editor-0.2.0` or any parent directory


From a quick glance you should probably cd into the rust/ subdirectory to build the rust code of this project.


Almost ten years ago I worked on a reverse engineering project. It was very tedious work. Is it worth it to be good at reverse engineering, I mean are there good paying jobs for it now?

I often have trouble explaining reverse engineering to people without raising eyebrows. People think its hacking


It's surprising to me how often reverse engineering turns out to be useful even in normal programming jobs.

Even if it only happens once or twice a year, if you're the only person on your team who can figure out how to work around some framework or OS bug, people will think you're a magician. Stuff like that can make performance review cycles all by itself.

It really depends on the type of work you're doing, though. Most people got into reverse engineering because they find it fun. If you hate it, there is probably other stuff you can spend your time on more productively.


Any job with legacy software involved highly values RE, in my experience. Either you have the source to the legacy application, in which case the reverse-engineering thought process is still present while debugging, or you don't, in which case you've got a real RE job on your hands. For example, I worked at a company with a giant set of business processes running inside a minicomputer emulator, with no clear path to migrate the data. By reversing the database file format we were able to extract the data and build additional tools in a gradual-migration fashion, without disruption, data-loss, or the classic "rewriting software" problems.


>It was very tedious work. Is it worth it to be good at reverse engineering, I mean are there good paying jobs for it now?

Malware analysis. Limited job opportunities and companies, very specialized skill set, but good pay, challenging, and exciting.

You can't be a hack who programs through Stack Overflow - either you know your shit or you don't - few people can help you if it's something nobody has ever seen.


Decent paying, yes, but very rare compared to standard software engineering jobs. A lot are in defense. Top companies have a few on hire but unless you're the best of the best, it's tough to match the salary you can get as a standard software dev in a top 10 company.


I think you can make decent money in it.

However like a lot of other similar jobs you will fairly quickly hit a ceiling in terms of career progression at which point the only way up is becoming a manager of sorts.


'but still no ECC' Are these cpus going to be useless without ECC memroy?


These are designed for mobile computers, notebooks for that matter. You don't need ECC in notebooks (consumer hardware). So no they are not useless.


So here is the odd thing: servers are (often) managed by Trained Proffesionals, and have backups and failovers.

Personal computers are, well, not like that. And yet they often have peoples important creative works, correspondence etc on them. ECC is probably more useful there, it's just that it is harder to make any benefit visible to the customer.

(That doesn't mean customers don't care about realiability. It is just that they have no sane way of distinguishing a product that really is realiable from one with advertising that lies about being reliable).


"Only servers need ECC" is a big time meme that's been reinforced on computer forums for many years. It's near impossible to snap people out of it.


Servers accumulate bitflips over long periods of time because they run 24/7. If you reboot your computer every few days to clear the memory then it's not going to be a significant problem.


Running 24/7 is not that relevant. It's the number of writes/refreshes on a given bit of information that matters. A server running 24/7 and a laptop, both reading/converting/writing image files have the same chance to corrupt each single image. The server has more chances to corrupt its cached executables though, since they have longer lifetime.


Hehe. Sounds a great approach to computing. Let's keep doing that!


The need for ECC has nothing to do with maintenance or proper administration.

You really don't need ECC as normal user, most of the time bit flips won't really hurt you. However, if, for example, you run long-running tasks like 3D rendering or Physical Simulations you may want ECC just to be sure your OS won't be killed by a bit flip in the wrong section. Your photo gallery or music collection however will most likely never be hurt by something like that, so still, consumers don't need to waste their money on overpriced ECC memory.


> Your photo gallery or music collection

On the contrary, these are generally highly compressed. A single bit flip has major consequences.

My personal photo and music collections are what I care most about bit flips for, as I intend to keep them for a lifetime.

I suspect that the target market for this product would be mobile gaming and thereforce ECC would be a negative for the system as a whole.


> Your photo gallery or music collection however will most likely never be hurt by something like that

Citation needed that people don't care about their photos and music. Human error and storage failures are more likely sources of loss but we're a big industry and can make progress on more than one thing at a time.

> consumers don't need to waste their money on overpriced ECC memory

If ECC went mainstream, prices would drop as volume increased.


Considering Rowhammer, you do need ECC everywhere.


Except that ECC is insufficient because some Rowhammer attacks can flip more than two bits per memory word. The proper mitigation seems to be TRR (target row refresh).


Interesting approach. Google colossus file system also stores the metadata in a high performance key value store.


But their key-value store is not transactional. Afaik, they don't define the semantics of operations like 'mv' across cells. Higher level frameworks like Spanner/BigTable work around that limitation - but are forced to present data in tabular format. HopsFS allows to to treat them as files.

Disclaimer: i'm a co-author.


Alt-Tab sucks if you have tone of windows open. Switcher is a useful extension that save me many key strokes for switching applications.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: