Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for FractionalRadix‭

Type On... Excerpt Status Date
Edit Post #280649 Post edited:
about 3 years ago
Comment Post #280658 +1 for pointing out the false dichtomy. It might be worth adding why interpreters are easier to write; e.g. no need to do register allocation.
(more)
about 3 years ago
Edit Post #280649 Post edited:
about 3 years ago
Edit Post #280649 Post edited:
about 3 years ago
Edit Post #280649 Initial revision about 3 years ago
Answer A: Interpreted language: What is its benefit for being written in that way ?
Historically, compiling programs could take a long time. Interpreted languages did not need to be compiled. So if developers wanted to change the program, if it was interpreted they could just tweak a few lines and run the program. If it was compiled, they had to wait until the compiler was done. Thi...
(more)
about 3 years ago
Edit Post #279834 Post edited:
Updated with new values - trying to set everything to be the same for both sources, as ghost-in-the-zsh suggested.
over 3 years ago
Comment Post #279834 @ghost-in-the-zsh As you suggested, I've tried again with exactly the same bytes. I've included screenshots of the captures. If necessary, I could add the .pcapng files, I guess. (Sorry for getting back late BTW; this app is a hobby project, and I have little spare time to work on it.) Good point abo...
(more)
over 3 years ago
Comment Post #279834 @Moshi Well, now apparently I can create new tags... I guess I missed something. Thanks for pointing out that it's not ability-locked!
(more)
over 3 years ago
Edit Post #279834 Post edited:
Added screenshots of the Wireshark captures.
over 3 years ago
Comment Post #279834 @Moshi ...so, I unlocked that Ability? That would be nice! I tried adding new tags myself, but it didn't work.
(more)
over 3 years ago
Comment Post #279834 @ghost-in-the-zsh Well spotted! The 0xfeca value is arbitrary; it is a value that the receiver must return, so the sender knows it got the right message. (And yes, that's not watertight... but that's the spec). There are no logs from the receiver; using the "-d" option is the most informative you can...
(more)
over 3 years ago
Edit Post #279834 Post edited:
over 3 years ago
Edit Post #279834 Initial revision over 3 years ago
Question Fail to send DICOM C-Echo, although DICOM Association seems successful.
I am building an Android app to perform a DICOM C-Echo. (DICOM is a standard for storing and transferring medical images; the specification is at dicom.nema.org). My purpose is to learn more about how DICOM works, by implementing things myself. To test my application, I use DCMTk's `storescp` com...
(more)
over 3 years ago
Comment Post #279002 @Alexei‭ Thanks! "Binding" seems a rather broad tag. But I'll let the community decide about that.
(more)
over 3 years ago
Edit Post #279002 Initial revision over 3 years ago
Question Proper way of sending large amount of data from View to ViewModel
The problem I am working on a simple drawing app for Android. I have a custom view on which the user can draw. This means that a lot of data (a list of points) is generated in this View. I want to store this data in the `ViewModel`. If I need to update a `View` after something changes in th...
(more)
over 3 years ago