Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - CVSoft

#16
Calculator News, Coding, Help & Talk / Re: CBR2
November 09, 2016, 01:57:33 AM
I've used the CBL/CBL2/LabPro a lot. You can use the CBR2 either standalone or via a CBL-compatible interface, as shown in the picture (though the picture is of the original CBR). I can tell you some things about how to use it through an interface but I don't know how they work standalone. Look in the manuals, there may be information there.
#17
Other / Re: The funny quote thread (NSFW)
September 03, 2016, 06:22:48 AM
Quote from: Unicorn on September 02, 2016, 06:27:05 AM
*cough* @CVSoft *cough*
>.>

I'm even worse in UT2004 <.<
#18
Randomness / Re: SXZvYWgncyBBUkc=
September 01, 2016, 03:04:59 AM
VGxSWlowMTZTV2RPZWtGblRrZEZaMDVIVldkT1ZHTm5Ua1JWWjA1NloyZE9hazFuVGtSVlowNXFaMmRPVkUxblRtcEpaMDV0VFdkT1IwVm5UbnBCWjA1VVdXZE9iVVZuVGtkRlowMTZUV2RPYWxGblRYcEZaMDVIUldkT1JHTm5UbFJKWjA1dFZXZE9WMFZuVG0xRlowNVVXV2RPVkdOblRucG5aMDVFWTJkT1ZGbG5Ua1JqWjA1NloyZE9iVWxuVGxSWlowNXRTV2ROZWtWblRucEZaMDVxU1dkT1JHZG5UbFJKWjA1cVJXZE9WRWxuVGxSVlowMTZWV2RPUkZGblRsUnJaMDR5UldkT1IwVm5Ua2RGWjA1cVZXZE9iVTFuVGxSSlowNTZSV2RPVkVWblRsUlJaMDE2UVdkTk1sRTk=
#19
Randomness / Re: SXZvYWgncyBBUkc=
August 22, 2016, 10:44:17 PM
Nope.
#20
Randomness / Re: SXZvYWgncyBBUkc=
August 19, 2016, 05:51:52 AM
I'll leave it as a challenge to future readers.
hint: do frequency analysis on the bytes.
#21
Randomness / Re: SXZvYWgncyBBUkc=
August 12, 2016, 10:09:48 AM
Quote from: DJ Omnimaga on August 04, 2016, 02:35:42 AM
I still can't figure out how to decrypt @CVSoft posts. Do I need to buy a special premium software to do that or do I need to guess some sort of password?
No encryption, no premium software.
#22
Randomness / Re: SXZvYWgncyBBUkc=
August 02, 2016, 06:21:47 AM
Vm0wd2QyUXlWa2hWV0doVVYwZG9XRll3Wkc5V1JsbDNXa1JTVjFKdGVEQmFSV2hyVm14S2MyTkVRbUZXVjJoeVZteFZlRll5VGtWUmJGWlhZbFV3ZUZadGNFZFpWMUpJVm10a1dHSkdjRTlaVjNSR1pVWmFjVkZ0UmxSTmJFcEpWbTEwYTJGV1NYZFhiRkpYWWxob00xbHFSbUZqTVZwMFVteGtUbFp1UWxoV1JscFhWakpHU0ZadVJsSldSM001

hYSJo3pAhJaVfaNAkomTk0CUhUCXk6I
#23
Randomness / Re: SXZvYWgncyBBUkc=
August 02, 2016, 06:13:47 AM
yUCBoqKkmYVAqJaka0CUqECEgaOBQImiQKWBk4mEa0ColqRAkaSio0CIgaWFQKOWQJOWlpJAgUCCiaNAiIGZhIWZQIGjQImjSw==
#24
Randomness / Re: SXZvYWgncyBBUkc=
August 02, 2016, 06:08:41 AM
yUCIgYRAgUCGhYWTiZWHQImjQKaBokCCgaKF9vRrQIKko0ColqRAgZOilkCXmZaCgYKTqECBoqKklIWEQKaFQKaFmYVAhZWDloSJlYdAgaKDiYlhpJWJg5aEhUB6XQ==
#25
I'm just going to query the date/time on the Pi and send that as speechified text; I don't want to get into rebroadcasting laws.
#26
Quote from: DJ Omnimaga on July 22, 2016, 02:08:59 AM
Hm interesting. I am curious about how the audio quality will be.
Bad, but copiable.

Quote from: DJ Omnimaga on July 22, 2016, 02:08:59 AM
Also by text to speech, do you mean you'll code a converter?
I'm probably going to be using Google for text-to-speech and speech-to-text. I don't have the time or knowledge to algorithmically process audio. I'll train my code to accept common mistranslations; since radio audio is filtered, speech recognition engines will have a hard time with translating voice.

Moderator edit: fixed formatting
#27
I still don't know what to call this.


It'll be some kind of information terminal accessible over 70cm amateur radio, using both text-to-speech and speech-to-text. So far, I have code to get the current weather conditions written for it, well before I finished any of the backend components. It's designed for Orange Pi One (it's cheap \o/), but can work on normal RasPi or even Windows! Once I can tell that code is at least marginally functional, it'll be open-source on my github page. I also need to make sure that the Orange Pi One can do what I need it to with its limited USB, since I need both a sound card and wireless networking.

I want this project to be:
  • flexible - work on many different platforms and radios,
  • extensible - allow users to add functionality,
  • simple - use as few hacks as possible,
  • inexpensive - entire build under $55, and
  • legal - when operating on the air, reading all that FCC legalese is necessary.
STATUS:
  • Audio Flow: 12%
  • GPIO: 75%
  • Radio Control: 0%
  • Power Monitoring: 0%
  • Voice Input: 0%
  • Voice Output: 50%
  • Weather: 100%
  • Date and Time: 0%
#28
Hardware / Re: Pasco Xplorer GLX Hardware
July 21, 2016, 07:14:43 AM
If I figured out both the processor architecture and a method to load third-party (read: non-OS) code, then definitely. But that is beyond my skill levels and time allocations.
#29
Besides those who I have introduced, no. I almost met comicIDIOT but plans fell through.
#30
Other / Re: The funny quote thread (NSFW)
May 26, 2016, 08:50:14 AM
Quote[08:48] <+I|> <Cumred_Snektron> i think you should just make shore A and B are in the form 0000000x
[08:48] <+I|> <Cumred_Snektron> shure*
[08:48] <+I|> <Cumred_Snektron> sure8
[08:49] <+I|> <Cumred_Snektron> rip enrish
Powered by EzPortal