Skip to main content

Questions tagged [information]

0 votes
0 answers
82 views

Maintaining modularity while keeping (secret) configuration separate from application code

This is more a curiosity/query-for-information than anything; apologies if it's thus a little malformed: This is relevant to a useful API-querying library that can be shared across multiple teams ...
AmagicalFishy's user avatar
0 votes
1 answer
384 views

Short and compact barcode

I am writing a c# program where I need to print a lot of small barcodes in a 100x100 grid on a piece of paper. I then scan/photograph the paper and read the barcodes again. Each barcode only need to ...
DrDress's user avatar
  • 127
5 votes
1 answer
312 views

Information hoarding anti pattern [closed]

In The Phoenix Project the author describes an interesting antipattern: Brent is a super-important dev-ops engineer that personally knows the details of every new and old implementation and setup, but ...
daniel.sedlacek's user avatar
2 votes
4 answers
305 views

Can encapsulation/information hiding cause problems in error identifying/locating?

I understand the principles behind opaque data types, encapsulation, information hiding, etc. in theory: preventing alteration to parts of a program can prevent people from accidentally messing it up, ...
Nicholas's user avatar
  • 163
3 votes
1 answer
208 views

What is the term for different types that contain the same information?

What is the correct term(s) for different types that contain exactly the same information? For example (F#): type Type1 = (int * string) type Type2 = (string * int) When describing that these types ...
cmeeren's user avatar
  • 339
2 votes
2 answers
944 views

What are the some common practices for storing and accessing data for analytics?

If you need to access application information from a database for analytics, is it better to copy the information first and analyse the copy or is it okay to analyse the data retrieved fresh from the ...
irl_irl's user avatar
  • 129
-1 votes
2 answers
701 views

Why so many good open source programs have websites that are very poorly managed? [closed]

I was reading about gzip program and I found the official website of the gzip software. First of all the site looks very bad, it is very hard to find useful information on it and it was not updated ...
yoyo_fun's user avatar
  • 2,297
1 vote
1 answer
393 views

User, user Role and user Info, data base design problem

I am creating an application that will manage job interviews and help the employers to choose the job seekers based on a ranking system that's based on some user info. I've created a database that has ...
LikeIfYouCaredAboutMyName's user avatar
2 votes
2 answers
812 views

Design for autocompleting words in search engine?

I'm trying to implement an autocomplete feature for a search engine. I have a database of words(stemmed) that occur in the documents that I have for users to search. What I am thinking of doing is: ...
Ayush Gupta's user avatar
1 vote
2 answers
236 views

Structuring data to represent a tree with squirrels

What I want to represent Let's assume I have several schemas of the following kind: It is a tree on which positions of squirrels are represented by a blue dot. The number of bifurcations differ from ...
Remi.b's user avatar
  • 113
0 votes
1 answer
1k views

Why would HTML and CSS be required for .NET development? [closed]

On a job application, part of the job description is "...needs to know HTML and CSS as some .NET is required...". What does this mean? I thought HTML is a programming language, CSS is a way to ...
Evorlor's user avatar
  • 1,563
4 votes
3 answers
745 views

Approach to use for user email address change in application?

As the title says, if the user wants change their email address in the application, in terms of programming, what approach (process) to use? Where do you store the new email address until the user ...
msoa's user avatar
  • 149
6 votes
2 answers
1k views

What are the advantages of expressing information in the simplest possible format?

I want to apologize in advance if my headline is not specific enough, but I think this is a general question, although I have a very concrete example: In my team we maintain a test specification ...
user avatar
1 vote
3 answers
302 views

I want to create an open data format... but I don't really know what that is

I have found a need for a standardization for storage and recording of data relating to diabetes information (I don't think there's any, but I may have missed it). To that end I made this github ...
Damon's user avatar
  • 175
1 vote
1 answer
273 views

How related is coding/information theory to computer networking?

I am taking a networking class(data communication) this coming semester. In many courses in my computer engineering degree, the books lack mathematical content. I am not a math wizard, but I think ...
Wittgenstein's user avatar

15 30 50 per page