Go to advanced search

by ejolson
Sat Nov 19, 2016 6:50 am
Forum: Other programming languages
Topic: Solution to X-Toolkit and portability.
Replies: 161
Views: 25746

Re: Solution to X-Toolkit and portability.

long i[3]; //If inderected. I searched on "inderected" and couldn't find a meaning. Is this a misspelling? Also, how would the union be affected by endianness? Is it being written as one type and read as the other? Sadly it did not answer my question as you don't present the source of bot the optim...
by ejolson
Sat Nov 19, 2016 1:41 am
Forum: Other programming languages
Topic: Solution to X-Toolkit and portability.
Replies: 161
Views: 25746

Re: Solution to X-Toolkit and portability.

This is not the 90's or early 2000's. Intel x86 series CPU's and AMD64 series CPU's are quickly loosing ground to ARM today. Except for the Raspberry Pi, I don't see much change taking place. ARM doesn't enter the desktop market because Windows doesn't run and there are still no good video drivers ...
by ejolson
Fri Nov 18, 2016 9:58 pm
Forum: General discussion
Topic: Which web broswer
Replies: 7
Views: 1929

Re: Which web broswer

I'd recommend a Pi3B with the latest Raspbian which has chromium and flash built in. That should work for you without problems. Given these threads https://www.raspberrypi.org/forums/viewtopic.php?p=950484#p950484 https://www.raspberrypi.org/forums/viewtopic.php?p=287882#p287882 I didn't know flash...
by ejolson
Fri Nov 18, 2016 3:25 pm
Forum: Other programming languages
Topic: Solution to X-Toolkit and portability.
Replies: 161
Views: 25746

Re: Solution to X-Toolkit and portability.

It could be argued that hardware optimisation makes software optimisation very much harder and ultimately futile. The usual observation is that optimizing software for cache, pipelines and other hardware features makes significant differences in performance. The Intel Math Kernel Library is an exam...
by ejolson
Fri Nov 18, 2016 7:51 am
Forum: Other programming languages
Topic: Solution to X-Toolkit and portability.
Replies: 161
Views: 25746

Re: Solution to X-Toolkit and portability.

I will not remove the content of the above post, as it is likely to many have already read it. Though please feel free to ignore the content of that post, it was a little out of hand. I read it, even though everything was marked out , and just wanted to say keep up the good work. While this forum i...
by ejolson
Fri Nov 18, 2016 6:14 am
Forum: General discussion
Topic: Old BCM2836 RPi 2?
Replies: 19
Views: 3354

Re: Old BCM2836 RPi 2?

The default clock for the Pi2B2 (the version of Pi2B using the '2837 SoC) is 900MHz, the same as the '2836 based Pi2B. This should pretty much eliminate the overheating issue *and* provide a nice performance boost over the '2836 version. Clocked at 900MHz my Pi 3 was quite stable and didn't need ov...
by ejolson
Thu Nov 17, 2016 8:31 am
Forum: Advanced users
Topic: Historic Unix R7 using SIMH
Replies: 21
Views: 8158

Re: Historic Unix R7 using SIMH

As I don't seem to have provided the link in the previous post, for reference, the source code files uuencode.c and uudecode.c can be compiled on R7 to provide the uuencode and uudecode commands sufficient for transmitting binary files over the emulated 7-bit serial lines. Since vi was not included ...
by ejolson
Thu Nov 17, 2016 4:30 am
Forum: Other programming languages
Topic: Solution to X-Toolkit and portability.
Replies: 161
Views: 25746

Re: Solution to X-Toolkit and portability.

The main point of optimization is being able to do more with the HW we have, if we do not do this then we are wasting time, money, and resources by purchasing faster systems. As computers get faster, the problems they are used to solve get bigger (otherwise, what would be the point of using faster ...
by ejolson
Wed Nov 16, 2016 11:18 pm
Forum: Advanced users
Topic: USB "gadget" or "device" mode in PI 3, not Zero
Replies: 6
Views: 7323

Re: USB "gadget" or "device" mode in PI 3, not Zero

I have been hunting for some way to use my Raspberry PI 3 as a "USB device", rather than the normal "host." ( actually, as well as, rather than instead of ) I know that the "fan-out" chip makes that impossible for the on-board USB ports, but is there some add-on device that I can use that would giv...
by ejolson
Wed Nov 16, 2016 11:09 pm
Forum: General discussion
Topic: root initramfs shell vuln
Replies: 2
Views: 721

Re: root initramfs shell vuln

Hi, I have not been able to reproduce on a Raspbian Pi the vulnerability where a root initramfs shell can be achieved on a locked Linux host with a 70 second keypress. Can anyone confirm whether Raspbian is affected? By default Raspbian doesn't use an initramfs to boot. If you have set up an encryp...
by ejolson
Wed Nov 16, 2016 6:12 am
Forum: General discussion
Topic: It's possible connect a Raspberry Pi Zero to Raspberry Pi 3?
Replies: 9
Views: 1645

Re: It's possible connect a Raspberry Pi Zero to Raspberry P

I'm planned to make an arcade, connecting 2 Pi Zero to the RPi 3 to have enough power to run the various emulators flawlessly using Lakka as an operating system. Nope, that won't work. While trying to run video-game emulators on a cluster of the Raspberry Pi's is not likely to work, programming a n...
by ejolson
Wed Nov 16, 2016 1:48 am
Forum: Advanced users
Topic: Trying to avoid OS corruption with custom partitioning
Replies: 2
Views: 790

Re: Trying to avoid OS corruption with custom partitioning

Hello all, I'm trying to bulletproof my install from SD card corruption due to frequent logfile writing. I'd like not to mount /var/log to a temporary file system because I'd like to be able to read them after a reboot. I was thinking about trying a custom partition layout. Say, two extra partition...
by ejolson
Wed Nov 16, 2016 1:38 am
Forum: General discussion
Topic: Wifi Adapter for Raspberry Pi 3.
Replies: 3
Views: 851

Re: Wifi Adapter for Raspberry Pi 3.

Hi all, I am currently using raspberry pi 3 and i would like to ask which wifi adapter works fine with raspberry pi 3. The internal wifi on my raspberry is having wifi freeze problem. Thank you. If your current power supply is not strong enough to reliably power the built-in WiFi, I doubt reliabili...
by ejolson
Tue Nov 15, 2016 4:02 pm
Forum: Advanced users
Topic: Low memcpy performance inside docker containers
Replies: 6
Views: 2095

Re: Low memcpy performance inside docker containers

"Native" standard memcpy : 1027.1 MB/s (0.5%) armv7/armhf-ubuntu standard memcpy : 611.3 MB/s (0.4%) This seems like a huge penalty, since none of the other benchmarks showed similar performance differences. Memory bandwidth measurements can be sensitive to the order in which pages of virtual memor...
by ejolson
Mon Nov 14, 2016 10:17 pm
Forum: Other programming languages
Topic: Solution to X-Toolkit and portability.
Replies: 161
Views: 25746

Re: Solution to X-Toolkit and portability.

In the modern world the issue of portability is solved by: a) Do the hard part on servers in the "cloud". b) Do the GUI part in the web browser. Clouds solve copy protection and licensing issues without needing to run any kind of DRM or trusted compute platform. Since all clouds are different as ar...
by ejolson
Sun Nov 13, 2016 12:09 am
Forum: Advanced users
Topic: Historic Unix R7 using SIMH
Replies: 21
Views: 8158

Re: Historic Unix R7 using SIMH

Thank you for that write up! I never got back to the emulated pdp 11 - this might spur me on. Something to do on one of these cold Minnesota days... You're welcome! There is a lot of low-hanging fruit in historic Unix R7 that can be reached with minor coding efforts. While some would claim these ef...
by ejolson
Sat Nov 12, 2016 6:16 am
Forum: General discussion
Topic: Menu bar missing
Replies: 6
Views: 2182

Re: Menu bar missing

So, I just recently upgraded to Raspbian with PIXEL on my Pi 2, and The menu bar wasn't working so I entered the debug code given on the blog. And the menu bar still isn't here. What do I do? :? :? :? Since you mention upgrading, it seems likely that there is an old configuration file in your home ...
by ejolson
Sat Nov 12, 2016 5:48 am
Forum: General discussion
Topic: Welcoming to new members
Replies: 151
Views: 23944

Re: Welcoming to new members

In the last year I have seen the following played out a number of times: 1. A new forum member makes his or her first post. 2. The post says something like "if the wonderful Pi also had wonderful feature X, then I could do Y with it" or asks the similar question "will feature X ever be available, b...
by ejolson
Fri Nov 11, 2016 2:26 am
Forum: General discussion
Topic: Window manager vs desktop?
Replies: 6
Views: 1228

Re: Window manager vs desktop?

As others have said the WM draws the window boarders, controls, etc. In another sense the window manager is a user level application that communicates with the X server in the same way as Firefox, LibreOffice, Geany and other X-client applications. By default the xinit program will start the X serv...
by ejolson
Thu Nov 10, 2016 9:02 pm
Forum: General programming discussion
Topic: How to succeed in language design without really trying
Replies: 21
Views: 4092

Re: How to succeed in language design without really trying

Let me guess: 1. Mostly copy from another language and then give your "new" language a different name. 2. Mix bits from several languages together taking this way of doing this thing and that way of doing that thing, call it a new language. 3. Use left hand whitespace to define structure, call it "...
by ejolson
Thu Nov 10, 2016 6:51 pm
Forum: General discussion
Topic: Bond RPi with Linux on SD card e.g. via MAC
Replies: 11
Views: 1804

Re: Bond RPi with Linux on SD card e.g. via MAC

I first developed this system in the 1980's and I used dynamic keys that were 64k long that were layered so you never knew how many keys had been used, wow you have no idea of the files I lost forever because one char was in the wrong place or I got one layer wrong, I lost whole disks of stuff test...
by ejolson
Thu Nov 10, 2016 4:52 pm
Forum: Advanced users
Topic: How to make Raspbian read only?
Replies: 32
Views: 60406

Re: How to make Raspbian read only?

Although this is an old thread, it is what came up when searching for read only root filesystems on Raspbian. There is another way which uses overlayfs that allows a read only root to appear writable to the applications running. Thus, there is no need to consider the details which programs write to ...
by ejolson
Thu Nov 10, 2016 4:29 pm
Forum: General discussion
Topic: Bond RPi with Linux on SD card e.g. via MAC
Replies: 11
Views: 1804

Re: Bond RPi with Linux on SD card e.g. via MAC

I'v made visual system on raspberry that i want sell for small companies, but im afraid that somebody would copy sd card and run it on every raspberry bought via internet. Quoting from Wikipedia that in turn quotes Bruce Schneier Against the average user, anything works; there's no need for complex...
by ejolson
Thu Nov 10, 2016 2:30 am
Forum: Raspberry Pi OS
Topic: ZFS package on Raspbian
Replies: 12
Views: 11242

Re: ZFS package on Raspbian

hostingnuggets wrote:Fantastic, I got ZFS 0.7.0 running on Raspbian 8-)
How many drives are in the storage pool and what sizes? How well does it work?
by ejolson
Thu Nov 10, 2016 12:38 am
Forum: General discussion
Topic: Raspberry pi cluster
Replies: 14
Views: 2823

Re: Raspberry pi cluster

Thanks guys I've done some more research and a cluster is just a bit :lol: out of my price range. All though I have never heard of Ray tracing and that sounds fun to attempt :( Clustering Raspberry Pi computers seldom results in something interesting from a performance point of view. However, clust...

Go to advanced search