Computers

Anyone else besides me bought an x86 tablet with Windows 10 just to play visual novels lying down? I feel a lazy… At first I was afraid to buy and he did not meet my expectations for appearing weak, but I was surprised.

8 inch screen
Screen Resolution: 1280x800
Intel Atom Z3735G - 1.33GHz
Intel HD Graphics (no numbering)
1 GB Ram

Price: $ 50

I believe the heaviest visual novels I’ve ever played in it were Noble Works and Rewrite. None of them presented any speed problems. They worked 100%. Do you guys know any more heavy visual novels for me to try on later? (preferably in english, lol)

Whoa, $50 for that? I might actually look into getting one, comfortably being able to read VNs on the sofa without the clunkiness of my laptop would totally be worth that, even if it’s not used for anything else.

yes, for me it was a great deal. there are people who does mirror the computer screen to an android tablet, but as the price of a windows tablet was not much higher, I decided to pick him up. also by the curiosity of testing other windows programs and games on a tablet.

I got a great promotion, I tried to look for it now, but I cannot find models with only 1gb of ram so easily, at the moment there are models with 2gb of ram for $80.

Heh that looks familiar! I’m currently using this:

Pretty clunky but hey, it works fairly well for most VNs on Steam! I mostly use it on-the-go as well and the battery lasts me about 4-5 hours on airplane mode (which is as much as my 3DS lasts lol). Really the only VN I’ve had a problem with on this thing is the fault series, and those are pretty flashy for VNs

1 Like

I was wonderting if i can ask anybody here who got a gaming PC? I’m thinking build one next year.
I plan to have this specs.
I5 Intel CPU
32 GB Ram
500 GB SSD
2T HDD
6 GB Graphic card.
If anybody here got advice hit me.

Now I’m not super well versed in building computers, I’ve only built one myself, but I think it’s more important to say what kind of graphics card you’re getting, not it’s VRAM. For example, a GTX 1080. Unless you actually just don’t know what graphics card to get yet.

1 Like

DDR3 DDR4? (have a look here https://en.wikipedia.org/wiki/Synchronous_dynamic_random-access_memory#Generations_of_SDRAM) also thats a whopping amount of RAM

as @cjlim2007 said what model video card is it?

what generation is it? (have a look here https://en.wikipedia.org/wiki/Intel_Core)

DDR 4 Generation since i don’t know if i should go for the DDR 3

For Intel CPU I5 with 4 Cores and as for Graphic card 1080 GTX N-vidia

Not sure if 32 GB is overkill for PC,but i plan to stream a lot.

If you’re building it next year, then the parts list doesn’t really matter right now because prices can change so much in just a few months and you never know what sales are going to look like.

There is a lot of truth to this, especially since I’ve been looking at parts recently to figure out what sort of programming desktop to think about building. This XP/7 machine is awesome and lets you run and test so many things but it cannot handle most programming duties to save its life. It is a real dinosaur now of course! :deino: :sad:

I’ve also looked at one of the very cheap Windows 10 tablets just for reading just about anything I choose to and playing some older games, but I haven’t found one that has a decent amount of memory to start (so that Windows 10 doesn’t take up all of the 32GB by itself), can easily use a small keyboard or has one that you buy with it, and has a USB port for a controller. I haven’t looked all that hard but I came away feeling negative about what I did see because essentially I am better off buying a small laptop at that point.

1 Like

So, there have been a lot of news and speculation in the last couple of days about “cpu bugs”, i only found out around last night (Jan 3) when i opened twitter to make an unrelated tweet, since then i did a little digging and thought it would be relevant to share the information i found here since these are some pretty serious issues that affect nearly every device in the world.

A news article on TechCrunch
Another news article on Wired
And another news article on The Register

These bugs have been officially disclosed yesterday (Jan 3), however they were planned to be revealed on January 9, but the growing speculation in the media forced them to be disclosed.

They have been named Meltdown and Spectre and a website has been made for them: https://meltdownattack.com/ https://spectreattack.com/ (both websites are the same)

They have also been assigned Common Vulnerabilities and Exposures identifiers:
CVE-2017-5753 (Spectre variant 1)
CVE-2017-5715 (Spectre variant 2)
CVE-2017-5754 (Meltdown variant 3)

The most shocking aspect of these vulnerabilities is that fixing them is not easy at all since the underlying problem stems from design choices in modern processor architectures, Meltdown can be patched by OS vendors (Microsoft, Apple, Linux kernel developers) and only affects Intel processors, but Spectre is reported to affect at least AMD, Intel and ARM processors, its also much harder to fix since it would require recompiling all software with countermeasurements against it.

Wanna see them in action?

Edit and update:
Here’s Google’s official disclosure article (quite technical)
They have also made an article yesterday (Jan 4) explaining possible mitigations to them
AMD claims not to be affected by variants 2 or 3

2 Likes

I gotta say, as much as this is awful, it’s an absolutely beautiful piece of work. And it’s gonna need a major rethinking of everything we know about CPUs to fix. It’s gonna take years, and it’s gonna be super interesting to watch.

1 Like

It indeed is very interesting from an academical point of view, both how the vulnerabilities work, and how possible mitigations could work, and considering how speculative execution, branch prediction and out-of-order execution are ingrained in modern processors, i agree it will be quite interesting to see how this is solved, not to mention which other modern processor techniques could be abused to obtain similar results.

Here's an xkcd comic on it

32GB RAM? I’m not quite sure how you’re actually going to use the most out of it since I’ve never actually seen a 32GB RAM computer in action. Are you sure 16GB RAM just won’t suffice for your needs?

Quite an interesting bug they’ve found, I’ve gotta say. I am thankful that security researchers found out about it before attackers could wreak havoc on the entire internet (Or did they???) as it helps make the world a safer place and whatnot~
Naturally it does bring some frustration as we had to reboot a bunch of our instances on AWS but it was just a minor setback for our own safety.

What it does bring up is an issue of security vs convenience (or perhaps, security vs efficiency) and how we must balance these things. I think this kind of decision is a thing that makes a lot of sense on personal computers where the worst that metldown and spectre can do is have a computer virus invade your personal programs’ data (in which case, you’re already screwed for having a virus infect your pc in the first place). Sure, you lose data, but only in the scope of a PC which you have full control over anyway.
A cloud system, on the other hand, is particularly vulnerable; it allows anyone running a non-infectious program to spy on data on other peoples programs, thus leaking private information with the victim being literally unable to stop them (until AWS patched their systems). It makes me wonder if it is worth it for hardware vendors to separate the architecture for personal PCs and server PCs, with the former focusing on speed so people can do their stuff faster, and the latter focusing on security, since they can just have their services scale (either horizontally or vertically) if the processor isn’t efficient enough.

All-in-all, this kind of attack perfectly explains why government security policies require you, even on cloud hosting, to provision a non-shared instance when hosting your data. it’s a bother, but it keeps everyone safe when the unexpected things like this come to bite you in the butt.

1 Like

One thing to note about a very large problem like this is that it is safe to assume that while security experts are relatively quick to find and try (especially in the case of Spectre) to fix problems, that some of the best criminals out there are about as expedient and proficient.

There is no “if” when it comes to whether criminals are going to exploit this or not because the best ones that wanted to exploit either of these problems and (think) that they the ability to do it without getting caught already have. What concerns me right now is that there are major government and banking sector computers and servers that have little to no protection against these flaws and will not do what they can to protect consumers expediently.

2 Likes

It is entirely possible that they could have been exploited before, the vulnerabilities in question have been there for years, decades even, and they leave no trace, that’s whats shocking about this, we were vulnerable for all these years, and we didn’t even know.

Indeed, in light of this i believe processor manufacturers are going to have to rethink the design of their products focusing a little more on security and not so much on blind performance.

While there are mitigations currently available for Spectre, they require recompiling kernel, libraries, and applications that could be attacked, to quote the website “As it is not easy to fix, it will haunt us for quite some time.”.

Because I have a penchant for reviving dead threads.

Hi.

Some background information: I just got myself a second hand Lenovo ThinkPad T450 several weeks ago as a secondary laptop, upgraded its RAM to 8 gigs and installed a 250GB Samsung 860 EVO SSD. Ended up liking it more than my Acer machine which has vastly superior specs minus the HDD in the Acer. I wouldn’t think of using GNOME 3 in the past, but the recent two major updates have made it a much better experience in terms of speed and fluidity.

Btw I use- uhm no.

1 Like

What are some good websites to follow if you’re interested in Comp Sci related news? Cause I feel like I need to know more about current Comp Sci events and I’m looking for some good sites so that I can keep track of that

Regards, 9apps app
cartoon hd apk

1 Like

Most popular one ia probably HackerNews: https://news.ycombinator.com/

But I usually end up uing flipboard.com for my usual news bites :yahaha:

1 Like